diff --git a/src/utils/json-editor-parser.js b/src/utils/json-editor-parser.js index b14328e..61a13f1 100644 --- a/src/utils/json-editor-parser.js +++ b/src/utils/json-editor-parser.js @@ -56,8 +56,6 @@ export const parser = (input) => { const res = extract(input); - console.log([...flatten(res), ...relationships(res)]); - return [...flatten(res), ...relationships(res)]; } catch (error) { console.error("An error occured while parsin JSON data!", error.stack);