mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-05-25 11:09:11 +00:00
Update astToDiagram.js
delete log
This commit is contained in:
parent
942c018512
commit
22bfa7cb6b
@ -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 = {};
|
||||
|
Loading…
Reference in New Issue
Block a user