AykutSarac 3 лет назад
Родитель
Сommit
e2d70c723f
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/utils/json-editor-parser.js

+ 0 - 2
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);