Removed logs & updated version

This commit is contained in:
Judson Cairo
2024-03-07 18:28:56 -03:00
parent 10b48aed97
commit 196c2e0ed8
6 changed files with 3 additions and 9 deletions

View File

@@ -28,7 +28,6 @@ let amqpChannel: Channel | null = null;
export const initAMQP = () => {
return new Promise<void>((resolve, reject) => {
const rabbitConfig = configService.get<Rabbitmq>('RABBITMQ');
console.log(rabbitConfig);
connect(rabbitConfig.URI, (error, connection) => {
if (error) {
reject(error);