Remove snaphotting from default event_handler_main

This commit is contained in:
Kristóf Tóth 2019-08-08 15:10:24 +02:00 committed by therealkrispet
parent e366a2652b
commit 4c163e1085
1 changed files with 0 additions and 8 deletions

View File

@ -60,14 +60,6 @@ def main():
supervisor_uri=TFWENV.SUPERVISOR_HTTP_URI,
log_tail=2000
))
# Manages filesystem snapshots of directories
#snapshot_eh = eh_factory.build(SnapshotHandler(
# directories=[
# TFWENV.IDE_WD,
# TFWENV.WEBSERVICE_DIR
# ],
# snapshots_dir=TFWENV.SNAPSHOTS_DIR
#))
# Proxies frontend API calls to frontend
frontend_eh = eh_factory.build(FrontendHandler())