From 5c1f1629e7b962dbcf9f557f287f16a632f38ccd Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Wed, 8 Jun 2016 18:50:32 +0200 Subject: [PATCH] Update __init__.py removing canceling shutdown --- controller/state/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/controller/state/__init__.py b/controller/state/__init__.py index c295f0f..1c5ffb1 100644 --- a/controller/state/__init__.py +++ b/controller/state/__init__.py @@ -38,8 +38,6 @@ def sync(): current_state = changer.process_change() server.post_state(current_state) - print " everything ok, canceling shutdown " - commands.getoutput('/sbin/shutdown -c') except: print " panicking safely ! " safely_panic()