"print" only works in development server. But what if I want it to work in Apache? Just in case I forget to comment it out...I want to be able to go smoothly without causing errors.
(Just print to nothing)
As for quick print, just can just use:
quick print
print >>sys.stderr, 'log msg'
-- then it lands in error.log, of course.
1.4m articles
1.4m replys
5 comments
57.0k users