Description: Remove debug code
 Zut. I forgot to remove debug code. :-/
Author: dod
Applied-Upstream: yes
--- a/t/array_id.t
+++ b/t/array_id.t
@@ -179,8 +179,6 @@
 
     my @all = $b->fetch_all_values;
     eq_or_diff( \@all, [qw/baz bar toto titi toto titi toto2/], "check fetch_all_values" );
-    use XXX;
-    YYY $b;
     is( $b->fetch, 'baz,bar,toto,titi,toto,titi,toto2', "check fetch" );
     $b->clear;
 };
