Skip to content

Commit

Permalink
Delete logging
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Oct 11, 2023
1 parent 5e9f2b4 commit 1bf9dc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Tethr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export abstract class Tethr

for (const [name, value] of sortedConfigs) {
// NOTE: this might be converted to parallel execution in the future
console.log('setting', name, value)
await this.set(name, value)

// The delay is necessary to avoid "busy" error
Expand Down

0 comments on commit 1bf9dc7

Please sign in to comment.