diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-09 19:03:13 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-10 15:19:51 +0000 |
commit | 9188d355510b212fd0227c42d58ad6a8f020b15f (patch) | |
tree | 556c54d25c52cfc556a07ce6b0d325806c787575 /html | |
parent | ad9a15d600713d72555ee539eac61064c395a5a5 (diff) | |
download | git-deps-9188d355510b212fd0227c42d58ad6a8f020b15f.tar.gz |
remove some debug
Diffstat (limited to 'html')
-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); } |