Skip to content

Commit 8ae5f4b

Browse files
committed
refactor: remove console from broker
1 parent 8ed19da commit 8ae5f4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.suite-cli/cli/scripts/assets/brokerWorkerQueueContent.asset.js

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ const amqpInitializeQueue = async ({ config }) => {
3030
const channel = await connection.createChannel();
3131
return channel;
3232
} catch (error) {
33-
console.error({error})
3433
throw new APIError(500, \`broker failed to initialize: \${error.message}\`);
3534
}
3635
};

0 commit comments

Comments
 (0)