diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/moncheck/main.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/moncheck/main.go b/cmd/moncheck/main.go index 2e549b7..82b3d1f 100644 --- a/cmd/moncheck/main.go +++ b/cmd/moncheck/main.go @@ -136,7 +136,6 @@ func check(thread int, db *sql.DB, waitDuration time.Duration) { tx.Rollback() continue } - log.Printf("meh %s", output.String()) if notify { if _, err := tx.Exec("insert into notifications(check_id, states, output) values ($1, $2, $3);", &id, &states, &msg); err != nil { log.Printf("[%d] could not create notification for '%d': %s", thread, id, err) |