diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-07-26 20:37:48 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-07-26 20:37:48 +0200 |
| commit | 2c4b5cddef40f42ae677c184047f80e0090427e2 (patch) | |
| tree | 71a4e63fbf6859fe22328465dea14d288123975c | |
| parent | b39de08e3621a14114dc5ffe6ec9ce994b8d324c (diff) | |
| download | analyzer-2c4b5cddef40f42ae677c184047f80e0090427e2.tar.gz analyzer-2c4b5cddef40f42ae677c184047f80e0090427e2.zip | |
remove debug code
| -rw-r--r-- | worker.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -120,7 +120,6 @@ def try_process(): logging.error(e) for meth, prop, body in queue: # move to error queue and NACK - print(prop) channel.basic_publish(exchange="", routing_key=QUEUE+"_failed", body=body, |
