aboutsummaryrefslogtreecommitdiff
path: root/pixelcore/Screen.py
diff options
context:
space:
mode:
Diffstat (limited to 'pixelcore/Screen.py')
-rw-r--r--pixelcore/Screen.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pixelcore/Screen.py b/pixelcore/Screen.py
index 77bebb6..6666235 100644
--- a/pixelcore/Screen.py
+++ b/pixelcore/Screen.py
@@ -92,7 +92,4 @@ class Screen:
PixelEvent.addPixelEventIfMissing(responseInfo)
currentTime = timeops.time()
for (pixel, weight) in pixelWeightList:
- if pixel == None:
- pdb.set_trace()
pixel.processInput(responseInfo['PixelEvent'].scale(weight), 0, currentTime) #TODO: z-index
-