diff options
Diffstat (limited to 'html/js/git-deps-graph.js')
-rw-r--r-- | html/js/git-deps-graph.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/html/js/git-deps-graph.js b/html/js/git-deps-graph.js index 6257324..0c156f9 100644 --- a/html/js/git-deps-graph.js +++ b/html/js/git-deps-graph.js @@ -59,7 +59,6 @@ function setup_default_form_values() { function resize_window() { calculate_svg_size_from_container(); - console.log("new size: " + svg_width + "x" + svg_height); fit_svg_to_container(); redraw(true); } |