Author: joes
Date: Tue Mar 18 14:34:34 2014
New Revision: 1578924
URL: http://svn.apache.org/r1578924
Log:
drop debug
Modified:
thrift/cms-site/trunk/lib/path.pm
Modified: thrift/cms-site/trunk/lib/path.pm
URL:
http://svn.apache.org/viewvc/thrift/cms-site/trunk/lib/path.pm?rev=1578924&r1=1578923&r2=1578924&view=diff
==============================================================================
--- thrift/cms-site/trunk/lib/path.pm (original)
+++ thrift/cms-site/trunk/lib/path.pm Tue Mar 18 14:34:34 2014
@@ -8,7 +8,6 @@ find({ wanted => sub {
if (/\.md(?:text)?$/) {
s/^.*content//;
push @mdfiles, $_;
- warn $_;
}
}, no_chdir => 1 }, cwd() . "/content");