remove debug output

This output was poluting the log and wasn't necessary.
This commit is contained in:
Gibheer 2018-11-19 11:30:29 +01:00
parent 4db00b00ed
commit b7cacc928f
1 changed files with 0 additions and 1 deletions

View File

@ -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)