Skip to content

Commit

Permalink
Removing debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
phochste committed Aug 25, 2023
1 parent a20b0db commit 9ab2412
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/policy/plugin/SendNotificationPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ export class SendNotificationPlugin extends PolicyPlugin {
// Extract the sub graph containing the notifiction body
const notificationStore = extractGraph(policyStore,thisNotification);

console.log(`:::::::::::::::${policyStore.size}`);

if (notificationStore.size) {
// We are ok
}
Expand Down

0 comments on commit 9ab2412

Please sign in to comment.