]> git.sesse.net Git - xml-template/blobdiff - tests/xml-diff.pl
Fix a potential bug in the C++0x cleaning.
[xml-template] / tests / xml-diff.pl
index b79b252f2264af6c7f3b619be8dc70e7243f2309..517d9f7acc2e3d731aa8a26c0a031878b33147bc 100644 (file)
@@ -106,8 +106,6 @@ sub compare {
        }
        
        if (scalar @c1 != scalar @c2) {
-               print STDERR scalar @c1, "\n";
-               print STDERR scalar @c2, "\n";
                print STDERR "$nsuri1/$lname1 has differing number of children\n";
                exit(1);
        }