Set logging back to non-verbose by default for release.
This commit is contained in:
parent
c05c211822
commit
5970525467
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ my @HANDLERS = (
|
|||
}
|
||||
);
|
||||
|
||||
my $VERBOSE = 1;
|
||||
my $VERBOSE = 0;
|
||||
|
||||
my $DEFAULT_RESPONSE = 'DUNNO';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue