Remove warn statement
Ash Berlin [Sat, 11 Aug 2007 21:46:59 +0000 (21:46 +0000)]
lib/DBIx/Class/Row.pm

index 7195bba..897ddf1 100644 (file)
@@ -188,7 +188,6 @@ sub insert {
 
       foreach my $p (@pri) {
         if (exists $keyhash->{$p}) {
-          warn $keyhash->{$p};
           unless (defined($rel_obj->get_column($keyhash->{$p}))
                   || $rel_obj->column_info($keyhash->{$p})
                              ->{is_auto_increment}) {