From baf5779857bc91db613d13c843af045cc0cbf3f8 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 23 Mar 2009 11:30:29 +0000 Subject: [PATCH] comment debug output git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/Redis@46 447b33ff-793d-4489-8442-9bea7d161be5 --- t/20-Redis-Hash.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/20-Redis-Hash.t b/t/20-Redis-Hash.t index 6a371ec..7bd9daf 100755 --- a/t/20-Redis-Hash.t +++ b/t/20-Redis-Hash.t @@ -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 ); -- 2.20.1