removed noisy logging line

This commit is contained in:
dcore94 2024-03-08 16:31:25 +01:00
parent e4f56664df
commit 5118cd7c69
1 changed files with 0 additions and 1 deletions

View File

@ -196,7 +196,6 @@ class TaskClient(BaseClient):
#params = extraParams | params
params = dict(list(extraParams.items()) + list(params.items()))
try:
logging.getLogger("pyexec").debug("Polling at %s with %s", url, params)
return self.get(url, params)
except requests.HTTPError as err:
if reRegisterFunction is not None: