Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 5146:153833fe124f
issue2550891 remove debugging print statement
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 14 Jul 2016 19:24:31 -0400 |
| parents | d22eb1d40d0e |
| children | 882fa4d9bead |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Thu Jul 14 18:33:37 2016 -0400 +++ b/roundup/cgi/templating.py Thu Jul 14 19:24:31 2016 -0400 @@ -121,7 +121,6 @@ f = name + extension src = os.path.join(realsrc, f) realpath = os.path.realpath(src) - print f, src, realpath, realsrc if string.find(realpath, realsrc) != 0: return # will raise invalid template if os.path.exists(src):
