From d5f3d5713edab9864a71fcfa9bf63a0de58b5d7b Mon Sep 17 00:00:00 2001 From: Alexander Zavorotynskiy Date: Fri, 2 Sep 2022 09:30:56 +0200 Subject: [PATCH] feat(backend): removed commented code in heuristics --- backend/cmd/heuristics/main.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/backend/cmd/heuristics/main.go b/backend/cmd/heuristics/main.go index 719e697a0..977cbda9d 100644 --- a/backend/cmd/heuristics/main.go +++ b/backend/cmd/heuristics/main.go @@ -34,10 +34,6 @@ func main() { &web2.MemoryIssueDetector{}, &web2.NetworkIssueDetector{}, &web2.PerformanceAggregator{}, - // iOS's handlers - //&ios2.AppNotResponding{}, - //&ios2.ClickRageDetector{}, - //&ios2.PerformanceAggregator{}, // Other handlers (you can add your custom handlers here) //&custom.CustomHandler{}, }