소스 검색

remove console.log

AykutSarac 3 년 전
부모
커밋
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);