Remove debug file write

This commit is contained in:
Tomas Babej 2014-12-19 22:14:02 +01:00
parent 26afa15783
commit 5dd5ceb440

View file

@ -36,9 +36,6 @@ GENERIC_TASK = ''.join([
'(', UUID_COMMENT, ')?' # UUID is optional, it can't be there for new tasks
])
with open("vystup", 'w') as f:
f.write(TASKS_TO_SAVE_TO_TW)
"""
How this plugin works: