fix(backend): removed debug log from heuristics
This commit is contained in:
parent
19384cd9ac
commit
a93848a40a
1 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
package web
|
||||
|
||||
import (
|
||||
"log"
|
||||
"openreplay/backend/pkg/messages"
|
||||
)
|
||||
|
||||
|
|
@ -50,7 +49,6 @@ func (h *AppCrashDetector) build() messages.Message {
|
|||
Timestamp: h.dropTimestamp,
|
||||
Type: "app_crash",
|
||||
}
|
||||
log.Printf("created app crash event: %+v", msg)
|
||||
h.reset()
|
||||
return msg
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue