Skip to content

Commit 27e4f70

Browse files
committed
fix: remove unwanted console.log
1 parent da482cd commit 27e4f70

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/commands/content-item/sync.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export class ContentItemSyncService {
1919
action: (job: Job) => void,
2020
options: { ignoreSchemaValidation?: boolean; forceSync?: boolean }
2121
): void {
22-
console.log(options.ignoreSchemaValidation, options.ignoreSchemaValidation ?? true);
2322
this.queue.add(async () => {
2423
const createSyncJob = await hub.related.jobs.createDeepSyncJob(
2524
new CreateDeepSyncJobRequest({

0 commit comments

Comments
 (0)