Remove unnecessary notification counter increment

pull/1081/head
glanchow 2021-11-05 11:54:04 +01:00 committed by GitHub
parent 4049e84f5f
commit a8a2ef85b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ func sendFailure(s *Service, f *failures.Failure) {
}
s.prevOnline = false
s.notifyAfterCount++
}
func logMessage(method string, msg string, error error, onSuccesss bool, serviceId int64) {