From 9d9f030dba5379a24c4c6be39db7d9f66f28f0af Mon Sep 17 00:00:00 2001 From: chrys Date: Thu, 20 Jul 2017 23:31:52 +0200 Subject: [PATCH] some cleanups --- src/fenrir/core/commandData.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fenrir/core/commandData.py b/src/fenrir/core/commandData.py index 50bc072d..ed8c1061 100644 --- a/src/fenrir/core/commandData.py +++ b/src/fenrir/core/commandData.py @@ -24,7 +24,7 @@ commandBuffer = { # used by the commandManager commandInfo = { -'currCommand': '', +#'currCommand': '', 'lastCommandExecutionTime': time.time(), 'lastCommandRequestTime': time.time(), }