Skip to content

Commit a5d1cd3

Browse files
committed
Remove logs added for debugging
1 parent e17b63c commit a5d1cd3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

integrations/intercom-conversations/src/conversations.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ export async function ingestLastClosedIntercomConversations(context: IntercomRun
4848
},
4949
);
5050

51-
logger.info(`First page of conversation fetched.`);
52-
5351
const tasks: Array<IntercomIntegrationTask> = [];
5452
while (pageIndex < maxPages) {
5553
pageIndex += 1;
@@ -69,7 +67,6 @@ export async function ingestLastClosedIntercomConversations(context: IntercomRun
6967
break;
7068
}
7169

72-
logger.info(`Fetching next page ${pageIndex + 1}.`);
7370
page = await page.getNextPage();
7471
}
7572

0 commit comments

Comments
 (0)