silly warns.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / ODBC / Microsoft_SQL_Server.pm
index 832b1ed..544e68c 100644 (file)
@@ -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;
     }