Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Catalyst-View-Thumbnail CPAN distribution.

Report information
The Basics
Id: 60872
Status: new
Priority: 0/
Queue: Catalyst-View-Thumbnail

People
Owner: Nobody in particular
Requestors: onken [...] netcubed.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.01
Fixed in: (no value)



Subject: Debug output is printed even in non-debug mode
All the debug messages are printed even if you are not in debug mode. This floods my logs and makes it unusable. To fix this, add a "if($c->debug) " after each debug statement.