"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.
2.1m questions
2.1m answers
60 comments
57.0k users