diff options
author | ianb <devnull@localhost> | 2007-03-17 15:18:00 +0000 |
---|---|---|
committer | ianb <devnull@localhost> | 2007-03-17 15:18:00 +0000 |
commit | 2ffa29e30ac84af25b83990079262c44a15db64b (patch) | |
tree | 0f1986d43f40360e25c113d8169a5a55b8dcb7b3 | |
parent | 3124fa583061436b4a1a6ce849a05f2df1e637eb (diff) | |
download | paste-2ffa29e30ac84af25b83990079262c44a15db64b.tar.gz |
revert accidental commit of a print
-rw-r--r-- | paste/debug/watchthreads.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/paste/debug/watchthreads.py b/paste/debug/watchthreads.py index 8e39f8b..f6d5404 100644 --- a/paste/debug/watchthreads.py +++ b/paste/debug/watchthreads.py @@ -182,7 +182,6 @@ class WatchThreads(object): self.allow_kill = allow_kill def __call__(self, environ, start_response): - print 'starting watch_threads call' if 'paste.httpserver.thread_pool' not in environ: start_response('403 Forbidden', [('Content-type', 'text/plain')]) return ['You must use the threaded Paste HTTP server to use this application'] |