remove warning
Justin Hunter [Thu, 21 Oct 2010 21:57:41 +0000 (14:57 -0700)]
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)));
     }