Skip to content

Commit

Permalink
Merge pull request activepieces#4388 from activepieces/fix/google-she…
Browse files Browse the repository at this point in the history
…ets-1

chore: remove console log
  • Loading branch information
abuaboud authored Apr 8, 2024
2 parents cfaff78 + 0c4920b commit 85be96d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ export const newRowAddedTrigger = createTrigger({
});
},
async onRenew(context) {
console.log("RENEWWWWWWWING");
// get current channel ID & resource ID
const webhook = await context.store.get<WebhookInformation>(
`googlesheets_new_row_added`
Expand Down

0 comments on commit 85be96d

Please sign in to comment.