You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/18 15:34:35 UTC

svn commit: r1578924 - /thrift/cms-site/trunk/lib/path.pm

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");