aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/detector.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/detector.c b/src/detector.c
index 34ae8bea..47a3d51a 100644
--- a/src/detector.c
+++ b/src/detector.c
@@ -236,7 +236,6 @@ struct panel *find_panel(struct detector *det, int x, int y)
return &det->panels[p];
}
}
- ERROR("No mapping found for %i,%i\n", x, y);
return NULL;
}