From 663ba726e4e2c2effef5d7189e6e471d2ffafb8f Mon Sep 17 00:00:00 2001 From: Angelos Chatzimparmpas Date: Thu, 14 Nov 2019 12:22:12 +0100 Subject: [PATCH] fixed margin --- js/tsne_vis.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/tsne_vis.js b/js/tsne_vis.js index 06bded2..ec5b191 100755 --- a/js/tsne_vis.js +++ b/js/tsne_vis.js @@ -5292,8 +5292,6 @@ if (points.length) { // If points exist (at least 1 point) } wrapData2.push(data); } - - console.log(wrapData2) var CategoryReplaced = Category; wrapData2.sort(function(a, b){