Turn off fill debug prints

This commit is contained in:
RetiredWizard 2025-08-10 00:46:43 -04:00
parent 5b29480e9f
commit 4f153b0321

View file

@ -681,7 +681,7 @@ class Paint(object):
newmin_col = self._w - 1
newmax_col = (self._w // 10) + 1
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 j in range(min_col,max_col):
newmarker = False