aboutsummaryrefslogtreecommitdiff
path: root/pixelcore
diff options
context:
space:
mode:
Diffstat (limited to 'pixelcore')
-rw-r--r--pixelcore/Screen.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pixelcore/Screen.py b/pixelcore/Screen.py
index 198bd3f..22cfdb0 100644
--- a/pixelcore/Screen.py
+++ b/pixelcore/Screen.py
@@ -89,8 +89,7 @@ class Screen:
#if type(mapper) != type(PixelMapper):
# raise Exception('No default mapper specified.')
pixelWeightList = mapper.mapEvent(responseInfo['Location'], self)
- main_log.debug(str(len(pixelWeightList)))
- main_log.debug(pixelWeightList)
+
PixelEvent.addPixelEventIfMissing(responseInfo)
currentTime = timeops.time()
for (pixel, weight) in pixelWeightList: