diff --git a/src/utils/exportSQL/mysql.js b/src/utils/exportSQL/mysql.js index 7ac4205..f8a5eff 100644 --- a/src/utils/exportSQL/mysql.js +++ b/src/utils/exportSQL/mysql.js @@ -2,8 +2,6 @@ import { dbToTypes } from "../../data/datatypes"; import { parseDefault } from "./shared"; export function toMySQL(diagram) { - console.log(diagram); - // console.log(mysqlTypes[field.type.toString()]); return `${diagram.tables .map( (table) =>