Skip to content

Commit d1651f8

Browse files
committed
remove console.log
1 parent 27c6344 commit d1651f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/notion/sources/updated-page/updated-page.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export default {
185185
const propertiesToCheck = await this._getPropertiesToCheck();
186186
const propertyValues = this._getPropertyValues();
187187

188-
for await (const page of pagesStream) { console.log(page);
188+
for await (const page of pagesStream) {
189189
const changes = [];
190190
let isNewPage = false;
191191
let propertyHasChanged = false;

0 commit comments

Comments
 (0)