remove warning
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Producer / SQL / MySQL.pm
index 2690f72..55c1c0c 100644 (file)
@@ -208,9 +208,7 @@ role SQL::Translator::Producer::SQL::MySQL {
                                              });
           }
         }
-    
-    
-        #warn "@table_defs\n";
+   
         push @table_defs, "SET foreign_key_checks=1";
         return wantarray ? ($create ? $create : (), @create, @table_defs) : ($create . join('', map { $_ ? "$_;\n\n" : () } (@create, @table_defs)));
     }