remove vestigial dwarn
Matt S Trout [Mon, 7 Oct 2013 11:40:24 +0000 (11:40 +0000)]
lib/DBIx/Class/SQLMaker/Converter/Oracle.pm

index f3791ca..2c8bf4c 100644 (file)
@@ -39,7 +39,6 @@ around _insert_to_dq => sub {
     map {
       my $r_dq = $dq->{returning}[$_];
       no warnings 'once';
-::Dwarn($r_dq);
       local $SQL::Abstract::Converter::Cur_Col_Meta = (
         is_Identifier($r_dq)
           ? join('.', @{$r_dq->{elements}})