Update astToDiagram.js

delete log
This commit is contained in:
ZR21080178-闫志浩 2024-05-04 16:16:22 +08:00
parent 942c018512
commit 22bfa7cb6b

View File

@ -46,7 +46,6 @@ export function astToDiagram(ast) {
const relationships = [];
ast.forEach((e) => {
console.log(e)
if (e.type === "create") {
if (e.keyword === "table") {
const table = {};