Skip to content

Commit 29c00f2

Browse files
committed
reduce logging
1 parent a192169 commit 29c00f2

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

dist/index.js

Lines changed: 0 additions & 2 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@ export default class Coolify {
177177
}
178178
})
179179
if (appStatus.data && 'status' in appStatus.data) {
180-
console.log('App status:')
181-
console.log(appStatus.data['status'])
182180
if (
183181
appStatus.data['status'] &&
184182
appStatus.data['status'].startsWith('running')

0 commit comments

Comments
 (0)