Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
drochetti committed Jun 21, 2024
1 parent a217ba4 commit c1df7b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/client/src/function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ export async function subscribe<Input, Output>(
logs: options.logs,
});
status.on('message', (data) => {
console.log('!!!!!!!!!!!!!!!!');
console.log(data);
if (options.onQueueUpdate) {
options.onQueueUpdate(data);
}
Expand Down

0 comments on commit c1df7b8

Please sign in to comment.