summaryrefslogtreecommitdiffstats
path: root/base/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'base/base.py')
-rw-r--r--base/base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/base.py b/base/base.py
index 4ce3d25..ca3cb8d 100644
--- a/base/base.py
+++ b/base/base.py
@@ -139,7 +139,6 @@ def do_command(data, top=None):
# stack and check if it has the 'bar' attribute. If so, we call
# it with any remaining arguments
data = deque(data)
- log.debug(data)
params = []
module = None