summaryrefslogtreecommitdiff
path: root/tools/bug_tool/ClientCookie/_Debug.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bug_tool/ClientCookie/_Debug.py')
-rw-r--r--tools/bug_tool/ClientCookie/_Debug.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/bug_tool/ClientCookie/_Debug.py b/tools/bug_tool/ClientCookie/_Debug.py
deleted file mode 100644
index 17f050e252..0000000000
--- a/tools/bug_tool/ClientCookie/_Debug.py
+++ /dev/null
@@ -1,9 +0,0 @@
-import ClientCookie
-
-def debug(text):
- if ClientCookie.CLIENTCOOKIE_DEBUG: _debug(text)
-
-def _debug(text, *args):
- if args:
- text = text % args
- ClientCookie.DEBUG_STREAM.write(text+"\n")