We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da482cd commit 27e4f70Copy full SHA for 27e4f70
1 file changed
src/commands/content-item/sync.service.ts
@@ -19,7 +19,6 @@ export class ContentItemSyncService {
19
action: (job: Job) => void,
20
options: { ignoreSchemaValidation?: boolean; forceSync?: boolean }
21
): void {
22
- console.log(options.ignoreSchemaValidation, options.ignoreSchemaValidation ?? true);
23
this.queue.add(async () => {
24
const createSyncJob = await hub.related.jobs.createDeepSyncJob(
25
new CreateDeepSyncJobRequest({
0 commit comments