comment debug output
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 23 Mar 2009 11:30:29 +0000 (11:30 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 23 Mar 2009 11:30:29 +0000 (11:30 +0000)
git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/Redis@46 447b33ff-793d-4489-8442-9bea7d161be5

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