From: Dobrica Pavlinusic Date: Mon, 23 Mar 2009 11:38:56 +0000 (+0000) Subject: comment debug output X-Git-Tag: 0.0801~14 X-Git-Url: http://git.rot13.org//?a=commitdiff_plain;h=5fd015dede30dd1624d3988c73988cb09bfcb063;p=perl-Redis.git comment debug output git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/Redis@49 447b33ff-793d-4489-8442-9bea7d161be5 --- diff --git a/t/10-Redis-List.t b/t/10-Redis-List.t index 13bd7de..1ebdd75 100755 --- a/t/10-Redis-List.t +++ b/t/10-Redis-List.t @@ -27,4 +27,4 @@ is_deeply( [ @a ], [ 'foo', 'bar', 'baz' ] ); ok( push( @a, 'push' ), 'push' ); is_deeply( [ @a ], [ 'foo', 'bar', 'baz', 'push' ] ); -diag dump( @a ); +#diag dump( @a );