diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-05-12 15:58:50 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-05-12 15:58:50 +0200 |
| commit | b261d7ebdcbb839abe216d5d5ac8c562504c0a1a (patch) | |
| tree | 712ed13d105379305a3c2f7d4a3da054877cf3a7 | |
| parent | 11df42bb77a22fa698a910bdb0173a98bbc1ad6a (diff) | |
| download | apigrabber-b261d7ebdcbb839abe216d5d5ac8c562504c0a1a.tar.gz apigrabber-b261d7ebdcbb839abe216d5d5ac8c562504c0a1a.zip | |
do not send grab_done
| -rw-r--r-- | worker.js | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -86,9 +86,6 @@ if (LOGGLY_TOKEN) { persistent: true, type: "sample" }); } ); - - await ch.publish("amq.topic", notify, - new Buffer("grab_done")); } })(); |
