Skip to content

Commit

Permalink
Item9894: Fix ExplicitNumberingPlugin to output debugging info only w…
Browse files Browse the repository at this point in the history
…hen $debug == 1

git-svn-id: http://svn.foswiki.org/trunk/ExplicitNumberingPlugin@9862 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
DanDascalescu authored and DanDascalescu committed Nov 4, 2010
1 parent 7899e13 commit 1c11079
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Foswiki/Plugins/ExplicitNumberingPlugin.pm
Expand Up @@ -110,8 +110,9 @@ sub commonTagsHandler {
)
{
{
Foswiki::Func::writeDebug(
'ExplicitNumbering - Disabled - not view context');
Foswiki::Func::writeDebug
'ExplicitNumbering - Disabled - not view context')
if $debug;
return ;
}
}
Expand Down

0 comments on commit 1c11079

Please sign in to comment.