Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/command.py')
-rw-r--r--devbot/command.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/devbot/command.py b/devbot/command.py
index 16ba788..16bc9bd 100644
--- a/devbot/command.py
+++ b/devbot/command.py
@@ -3,7 +3,6 @@ import time
from devbot import utils
-_logger = None
_log_path = None
@@ -12,11 +11,6 @@ def set_log_path(path):
_log_path = path
-def set_logger(logger):
- global _logger
- _logger = logger
-
-
def run(args, test=False, retry=0):
if test:
print " ".join(args)