Skip to content

Commit

Permalink
🔥 remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonaOna committed Aug 1, 2024
1 parent e898591 commit ff3e1a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/models/controller.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ export class Controller {
throw new Error('Invalid contacts received');
}

console.log('Publishing contacts', contacts.length);
await this.pubSubContactStreamingClient?.publishMessage(
{
userId,
Expand Down

0 comments on commit ff3e1a6

Please sign in to comment.