comment debug output
[perl-Redis.git] / t / 20-Redis-Hash.t
index 6a371ec..7bd9daf 100755 (executable)
@@ -26,5 +26,5 @@ is_deeply( [ sort keys %h ], [ 'bar', 'baz', 'foo' ], 'keys' );
 is_deeply( \%h, { bar => 1, baz => 99, foo => 42, }, 'structure' );
 
 
-diag dump( \%h );
+#diag dump( \%h );