From 04448d2c0cf2584420211a32dfd879b1986ce568 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 1 Mar 2011 14:49:32 +0100 Subject: Don't complain on terminal if some coordinates couldn't be mapped --- src/detector.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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; } -- cgit v1.2.3