diff options
author | Thomas White <taw@physics.org> | 2011-03-01 14:49:32 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:16 +0100 |
commit | 04448d2c0cf2584420211a32dfd879b1986ce568 (patch) | |
tree | b126aef13006226769a10f14f75c418215561cc4 | |
parent | 9dc18e15898f23cd40e1bf178b1cae3b2b6a7d8c (diff) |
Don't complain on terminal if some coordinates couldn't be mapped
-rw-r--r-- | src/detector.c | 1 |
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; } |