Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 98cd57d

Browse files
committed
remove console.log
1 parent 42f443f commit 98cd57d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/tasks/sync.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ const sync = (types, options) => {
337337
SyncSpaces.init(options)
338338

339339
const tasks = types.map(_type => {
340-
console.log()
341340
const command = `sync${capitalize(_type)}`
342341

343342
return () => SyncSpaces[command]()

0 commit comments

Comments
 (0)