Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
christianzoppi committed Apr 29, 2024
1 parent 1f32a41 commit 5bc907f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ program
} = options;

const _componentsGroups = componentsGroups ? componentsGroups.split(",") : null;
console.log(componentsFullSync)
const filterQuery = filter ? buildFilterQuery(keys, operations, values) : undefined
const token = creds.get().token || null;

Expand Down
1 change: 0 additions & 1 deletion src/tasks/sync-commands/components.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ class SyncComponents {
}

mergeComponents (sourceComponent, targetComponent = {}) {
console.log(this.componentsFullSync)
const data = this.componentsFullSync ? {
...sourceComponent
} : {
Expand Down

0 comments on commit 5bc907f

Please sign in to comment.