Removed left over Dumper call
Andy Grundman [Tue, 2 Aug 2005 00:46:17 +0000 (00:46 +0000)]
lib/DBIx/Class/SQL/Abstract.pm

index 42657ac..8167a41 100644 (file)
@@ -16,8 +16,6 @@ sub _cond_resolve {
 
   # If an arrayref, then we join each element
   if ($ref eq 'ARRAY') {
-    use Data::Dumper;
-    #$self->_debug( Dumper($cond) );
     # need to use while() so can shift() for arrays
     my $subjoin;
     while (my $el = shift @$cond) {