Skip to content

Commit 7405a06

Browse files
committed
Fixed bug
1 parent 75c1665 commit 7405a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/triggers/consume.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const debug = require('debug')('consumer');
1111
* @param cfg
1212
*/
1313
function init(cfg) {
14-
console.log('Starting initialization, cfg=%j queueName=%s', cfg, queueName);
14+
console.log('Starting initialization, cfg=%j', cfg);
1515
const amqpURI = cfg.amqpURI;
1616
const amqpExchange = cfg.topic;
1717
const queueName = `eio_consumer_${process.env.ELASTICIO_FLOW_ID}_${process.env.ELASTICIO_USER_ID}`;

0 commit comments

Comments
 (0)