Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed May 4, 2006
1 parent f395e8d commit b2aff11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Tags/Tagbox.pm
Expand Up @@ -120,7 +120,7 @@ sub markTagboxLogged {

sub markTagboxRunComplete {
my($self, $tbid, $affected_id, $max_tagid) = @_;
print STDERR "markTagboxRunComplete: tbid=$tbid aff_id=$affected_id max=$max_tagid\n";
#print STDERR "markTagboxRunComplete: tbid=$tbid aff_id=$affected_id max=$max_tagid\n";
$self->sqlDelete('tagbox_feederlog',
"tbid=$tbid AND affected_id=$affected_id
AND tagid <= $max_tagid");
Expand Down

0 comments on commit b2aff11

Please sign in to comment.