about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-02-23 00:25:30 +0000
committerJonathan "Duke" Leto <jonathan@leto.net>2011-02-23 00:25:30 +0000
commit29001170e197ac922e88da8552e5247cf8ad9911 (patch)
treef1c54b83f7690782ae3d58f194ae847fefeab4e7 /lib
parentupdate manifest (diff)
downloadjitterbug-29001170e197ac922e88da8552e5247cf8ad9911.tar.gz
Turn off debug statements by default
Diffstat (limited to 'lib')
-rw-r--r--lib/jitterbug/Builder.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jitterbug/Builder.pm b/lib/jitterbug/Builder.pm
index deb4c5b..f6fb41e 100644
--- a/lib/jitterbug/Builder.pm
+++ b/lib/jitterbug/Builder.pm
@@ -15,7 +15,7 @@ use jitterbug::Schema;
 #use Data::Dumper;
 
 local $| = 1;
-use constant DEBUG => 1;
+use constant DEBUG => 0;
 
 sub new {
     my $self = bless {} => shift;