Remove debugging prints or move them to pyfalog
This commit is contained in:
@@ -68,7 +68,7 @@ class exportHtmlThread(threading.Thread):
|
||||
FILE.write(HTML)
|
||||
FILE.close()
|
||||
except IOError as ex:
|
||||
print(("Failed to write to " + settings.getPath()))
|
||||
pyfalog.warning("Failed to write to " + settings.getPath())
|
||||
pass
|
||||
except Exception as ex:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user