Skip to content

Commit

Permalink
remove a redundent log
Browse files Browse the repository at this point in the history
  • Loading branch information
hizzgdev committed May 31, 2024
1 parent 58c90f5 commit 61f8e58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jsmind.graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ class CanvasGraph {
start_point: { x: x1, y: y1 },
end_point: { x: x2, y: y2 },
});
console.log('custom line render jsmind');
} catch (e) {
logger.error('custom line render error: ', e);
}
Expand Down

0 comments on commit 61f8e58

Please sign in to comment.