aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-01 14:49:32 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:16 +0100
commit04448d2c0cf2584420211a32dfd879b1986ce568 (patch)
treeb126aef13006226769a10f14f75c418215561cc4 /src
parent9dc18e15898f23cd40e1bf178b1cae3b2b6a7d8c (diff)
Don't complain on terminal if some coordinates couldn't be mapped
Diffstat (limited to 'src')
-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;
}