aboutsummaryrefslogtreecommitdiffstats
path: root/html
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-11 15:52:08 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-11 15:52:08 +0000
commitd44f9f167bafe7696b0d8bde00247a8df98ad978 (patch)
tree266506e7cdc7f89ee78445734f2e4ff42e177534 /html
parente2164469b91a9668d149d769b35b705ead563e34 (diff)
downloadgit-deps-d44f9f167bafe7696b0d8bde00247a8df98ad978.tar.gz
remove debug
Diffstat (limited to 'html')
-rw-r--r--html/js/git-deps-graph.coffee1
1 files changed, 0 insertions, 1 deletions
diff --git a/html/js/git-deps-graph.coffee b/html/js/git-deps-graph.coffee
index 47457d4..213ca2c 100644
--- a/html/js/git-deps-graph.coffee
+++ b/html/js/git-deps-graph.coffee
@@ -313,7 +313,6 @@ position_nodes = (rect, label, tip) ->
update_rect_explored = () ->
d3.selectAll(".node rect").attr "class", (d) ->
- console.log "rect #{d.name}: #{d.explored}"
if d.explored then "explored" else "unexplored"
tip_html = (d) ->