Skip to content

Commit

Permalink
Item10196: forget a print statement
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/UpdateAttachmentsPlugin@10416 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Dec 27, 2010
1 parent e3ff0d7 commit de816f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Foswiki/Plugins/UpdateAttachmentsPlugin.pm
Expand Up @@ -301,7 +301,6 @@ sub getAttachmentList {
. $topicObject->web() . "/"
. $topicObject->topic();
my $attachFilter = qr/$Foswiki::cfg{Plugins}{UpdateAttachmentsPlugin}{AttachFilter}/;
print STDERR "FILTER: $attachFilter\n";
my $dh;
opendir( $dh, $dir ) || return ();
my @files = grep { !/$attachFilter/ && !/,v$/ && -f "$dir/$_"} readdir($dh);
Expand Down

0 comments on commit de816f6

Please sign in to comment.