summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/worker.js b/worker.js
index 937925a..fc66ae4 100644
--- a/worker.js
+++ b/worker.js
@@ -86,9 +86,6 @@ if (LOGGLY_TOKEN)
{ persistent: true, type: "sample" });
}
);
-
- await ch.publish("amq.topic", notify,
- new Buffer("grab_done"));
}
})();