Turn off fill debug prints
This commit is contained in:
parent
5b29480e9f
commit
4f153b0321
1 changed files with 1 additions and 1 deletions
|
|
@ -681,7 +681,7 @@ class Paint(object):
|
||||||
newmin_col = self._w - 1
|
newmin_col = self._w - 1
|
||||||
newmax_col = (self._w // 10) + 1
|
newmax_col = (self._w // 10) + 1
|
||||||
done = True
|
done = True
|
||||||
self._logger.debug("Rows: %d to %d Cols: %d to %d" , min_row, max_row, min_col, max_col)
|
#self._logger.debug("Rows: %d to %d Cols: %d to %d" , min_row, max_row, min_col, max_col)
|
||||||
for i in range(min_row,max_row):
|
for i in range(min_row,max_row):
|
||||||
for j in range(min_col,max_col):
|
for j in range(min_col,max_col):
|
||||||
newmarker = False
|
newmarker = False
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue