From: Arthur Axel "fREW" Schmidt Date: Fri, 12 Jun 2009 15:34:13 +0000 (+0000) Subject: silly warns. X-Git-Tag: v0.08108~12^2~34 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=88e12210acdb453298f90cab7296e538c44bb593;p=dbsrgits%2FDBIx-Class.git silly warns. --- diff --git a/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm b/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm index 832b1ed..544e68c 100644 --- a/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm +++ b/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm @@ -12,7 +12,6 @@ sub insert_bulk { COLUMNS: foreach my $col (@{$cols}) { if ($source->column_info($col)->{is_auto_increment}) { - warn $col; $identity_insert = 1; last COLUMNS; }