Skip to content

Commit 8011673

Browse files
committed
Reduce debug output
1 parent ea55e49 commit 8011673

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

dist/index.js

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/coolify.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,6 @@ export default class Coolify {
159159
clearTimeout(expirationTimeout)
160160
resolve(true)
161161
}
162-
} else {
163-
console.log('No status found')
164-
console.log(JSON.stringify(serviceStatus.data, null, 2))
165162
}
166163
}
167164

0 commit comments

Comments
 (0)