]> git.sesse.net Git - xml-template/commitdiff
Remove some debugging stuff.
authorsgunderson@bigfoot.com <>
Thu, 1 Mar 2007 13:39:32 +0000 (14:39 +0100)
committersgunderson@bigfoot.com <>
Thu, 1 Mar 2007 13:39:32 +0000 (14:39 +0100)
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);
        }