mirror of
https://github.com/gsi-upm/senpy
synced 2025-10-23 03:38:20 +00:00
cleaned up code (removed print statement)
This commit is contained in:
@@ -106,7 +106,6 @@ class Senpy(object):
|
|||||||
resp.analysis.append(plug)
|
resp.analysis.append(plug)
|
||||||
logger.debug("Returning analysis result: {}".format(resp))
|
logger.debug("Returning analysis result: {}".format(resp))
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
print("An exception happened in a plugin... about to report it")
|
|
||||||
logging.exception('Got exception analysing data')
|
logging.exception('Got exception analysing data')
|
||||||
resp = Error(message=str(ex), status=500)
|
resp = Error(message=str(ex), status=500)
|
||||||
return resp
|
return resp
|
||||||
|
Reference in New Issue
Block a user