Remove some obsolete debug logs;r=me

This commit is contained in:
William Lachance 2014-08-05 15:39:28 -04:00
Родитель 73fce3f6b6
Коммит 195b3e0839
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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