From b182123531d41204f000cbc480b0740e8d2c1dd8 Mon Sep 17 00:00:00 2001 From: Jason Michalski Date: Sun, 18 Nov 2007 00:59:44 -0600 Subject: [PATCH] Removed an extra print --- plugins/video/video.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/video/video.py b/plugins/video/video.py index ad24486..8a832e3 100644 --- a/plugins/video/video.py +++ b/plugins/video/video.py @@ -97,8 +97,6 @@ class video(Plugin): videos.append(video) - print videos - handler.send_response(200) handler.end_headers() t = Template(file=os.path.join(SCRIPTDIR,'templates', 'container.tmpl')) -- 2.11.4.GIT