From 76779338a4f09024656d57e7e1c3f901c2d92779 Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 6 Apr 2016 11:33:17 +0200 Subject: added emoji and draft first part --- code/weightvis.js | 1 - 1 file changed, 1 deletion(-) (limited to 'code') diff --git a/code/weightvis.js b/code/weightvis.js index bf9a047..6e9fc1d 100644 --- a/code/weightvis.js +++ b/code/weightvis.js @@ -36,7 +36,6 @@ var ; function fLinkColor(d, i, highlight) { - console.log(d.highlight, highlight); if (highlight === true || d.highlight) { if (d.altLayout) { return linkHighlightColorAlt; -- cgit v1.3.1