-Debug is -stupid-
matthewt [Tue, 29 Jan 2008 11:11:06 +0000 (11:11 +0000)]
lib/ComponentUI.pm

index ae7751f..09ec8bf 100644 (file)
@@ -13,7 +13,7 @@ use Catalyst::Runtime '5.70';
 # Static::Simple: will serve static files from the application's root
 #                 directory
 
-use Catalyst qw/ ConfigLoader -Debug Static::Simple I18N /;
+use Catalyst qw/ ConfigLoader Static::Simple I18N /;
 
 our $VERSION = '0.01';