Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Item13061: disabling debug flag
  • Loading branch information
MichaelDaum committed Oct 29, 2014
1 parent 0f11267 commit ab234bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Foswiki/Contrib/MultiSaveContrib/Core.pm
Expand Up @@ -21,7 +21,7 @@ use warnings;
use Foswiki::Func ();
use Error qw(:try);

use constant TRACE => 1; # toggle me
use constant TRACE => 0; # toggle me

###############################################################################
sub writeDebug {
Expand Down

0 comments on commit ab234bf

Please sign in to comment.