mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-23 02:23:07 +02:00
Remove debug file write
This commit is contained in:
parent
26afa15783
commit
5dd5ceb440
1 changed files with 0 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue