Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Sep 3, 2024
1 parent 200edf7 commit 7a22f1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/src/active-workflow-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ export class ActiveWorkflowManager {
* deregister those webhooks from external services.
*/
async clearWebhooks(workflowId: string) {
console.log('========== clearWebhooks');
const workflowData = await this.workflowRepository.findOne({
where: { id: workflowId },
});
Expand Down

0 comments on commit 7a22f1f

Please sign in to comment.