Remove dirmonitor

This commit is contained in:
R. Richard 2019-06-24 14:30:52 +02:00
parent 323300a676
commit 957f2c9477
1 changed files with 0 additions and 1 deletions

View File

@ -142,7 +142,6 @@ def main():
)
processmanager = ProcessManagingEventHandler( # Handles 'deploy' button clicks
key='processmanager',
dirmonitor=ide.monitor,
log_tail=2000
)
logmonitor = LogMonitoringEventHandler( # Sends live logs of webservice process to frontend