Skip to content

Commit

Permalink
Item11725: removed debug leftover
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/UserInfoPlugin@14555 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Apr 5, 2012
1 parent bca1924 commit 80630bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Foswiki/Plugins/UserInfoPlugin/Core.pm
Expand Up @@ -97,7 +97,6 @@ sub handleNrVisitors {
return $this->{nrVisitors} if defined $this->{nrVisitors};

my ($visitors) = $this->getVisitorsFromSessionStore(undef, $this->{ignoreUsers});
print STDERR "visitors=@$visitors\n";
$this->{nrVisitors} = scalar @$visitors;

writeDebug("got $this->{nrVisitors} nr visitors");
Expand Down

0 comments on commit 80630bf

Please sign in to comment.