Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Jun 18, 2023
1 parent 60836fb commit 3b4baf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/json/jsonParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export function parser(jsonStr: string): Graph {
path: getNodePath(states.graph.nodes, states.graph.edges, node.id),
}));

console.log(states.graph);
return states.graph;
} catch (error) {
console.error(error);
Expand Down

0 comments on commit 3b4baf7

Please sign in to comment.