From 8655aa183c5ef5379c28ffcd9b83b8e67ff24b00 Mon Sep 17 00:00:00 2001 From: Kartik Buttan <2021btechaidskartik9829@poornima.edu.in> Date: Sun, 28 Jul 2024 21:00:19 +0530 Subject: [PATCH] removed console logs --- src/utils/exportSQL/mysql.js | 2 -- 1 file changed, 2 deletions(-) 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) =>