Skip to content

Commit e12d982

Browse files
aman19KCopilot
andauthored
Update src/core/index.ts
Co-authored-by: Copilot <[email protected]>
1 parent 1b829b8 commit e12d982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ const loadCheckpoint = (checkPointConfig: ICheckpoint, paths: any): void => {
136136

137137
// Set sync token if checkpoint is found
138138
if (checkpoint) {
139-
console.log("Found sync token in checkpoint file:", checkpoint);
139+
debug("Found sync token in checkpoint file:", checkpoint);
140140
Contentstack.sync_token = checkpoint.token;
141-
console.log("Using sync token:", Contentstack.sync_token);
141+
debug("Using sync token:", Contentstack.sync_token);
142142
}
143143
};
144144

0 commit comments

Comments
 (0)