projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b31e9bb
)
Removed left over Dumper call
Andy Grundman [Tue, 2 Aug 2005 00:46:17 +0000 (
00:46
+0000)]
lib/DBIx/Class/SQL/Abstract.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/SQL/Abstract.pm
b/lib/DBIx/Class/SQL/Abstract.pm
index
42657ac
..
8167a41
100644
(file)
--- a/
lib/DBIx/Class/SQL/Abstract.pm
+++ b/
lib/DBIx/Class/SQL/Abstract.pm
@@
-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) {