зеркало из https://github.com/mozilla/eideticker.git
Remove some obsolete debug logs;r=me
This commit is contained in:
Родитель
73fce3f6b6
Коммит
195b3e0839
|
@ -36,8 +36,6 @@ def get_framediff_imgarray(capture, framenum1, framenum2,
|
|||
for ignored_area in ignored_areas:
|
||||
if y >= ignored_area[1] and y < ignored_area[3] and \
|
||||
x >= ignored_area[0] and x < ignored_area[2]:
|
||||
print ignored_area
|
||||
print "Skipped: %s %s" % (x, y)
|
||||
skip = True
|
||||
break
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче