Set logging back to non-verbose by default for release.

This commit is contained in:
Scott Kitterman 2012-02-03 23:40:07 -05:00
commit 5970525467

View file

@ -67,7 +67,7 @@ my @HANDLERS = (
}
);
my $VERBOSE = 1;
my $VERBOSE = 0;
my $DEFAULT_RESPONSE = 'DUNNO';