Skip to content

Commit ca92e50

Browse files
author
Richard Jones
committed
remove debug printing
1 parent 082874a commit ca92e50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

roundup/templates/classic/detectors/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
#$Id: __init__.py,v 1.7 2003-02-20 07:04:55 richard Exp $
18+
#$Id: __init__.py,v 1.8 2003-02-24 04:12:15 richard Exp $
1919

2020
import sys, os, imp
2121

@@ -31,7 +31,6 @@ def init(db):
3131
if ext == '.py':
3232
module = imp.load_module(name, open(path), file,
3333
('.py', 'r', imp.PY_SOURCE))
34-
print (name, open(path), file, module)
3534
module.init(db)
3635

3736
# vim: set filetype=python ts=4 sw=4 et si

0 commit comments

Comments
 (0)