From 2ffa29e30ac84af25b83990079262c44a15db64b Mon Sep 17 00:00:00 2001 From: ianb Date: Sat, 17 Mar 2007 15:18:00 +0000 Subject: revert accidental commit of a print --- paste/debug/watchthreads.py | 1 - 1 file changed, 1 deletion(-) 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'] -- cgit v1.2.1