Skip to content

Commit

Permalink
Item10612: remove logging
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/MongoDBPlugin@11340 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Apr 8, 2011
1 parent 8629e2b commit 84f2e40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/MongoDBPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ sub _updateDatabase {
return $count;
}

print STDERR "loading js into $web\n";
#print STDERR "loading js into $web\n";

Foswiki::Func::loadTemplate('mongodb_js');
my $foswiki_d2n_js = Foswiki::Func::expandTemplate('foswiki_d2n_js');
Expand Down
4 changes: 2 additions & 2 deletions lib/Foswiki/Plugins/MongoDBPlugin/HoistMongoDB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ use Assert;

use Foswiki::Query::HoistREs ();

use constant MONITOR => 1;
use constant MONITOR_DETAIL => 1;
use constant MONITOR => 0;
use constant MONITOR_DETAIL => 0;

=begin TML
Expand Down

0 comments on commit 84f2e40

Please sign in to comment.