From 4e25648e3ba52a54539c8c958277b45c72bc811e Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Tue, 15 Jul 2014 16:09:17 +0200 Subject: [PATCH] removed console.log debug --- dist/vis.js | 1 - lib/network/Node.js | 1 - 2 files changed, 2 deletions(-) diff --git a/dist/vis.js b/dist/vis.js index 7249db06..6e68c5c0 100644 --- a/dist/vis.js +++ b/dist/vis.js @@ -23368,7 +23368,6 @@ return /******/ (function(modules) { // webpackBootstrap this.fixedData = {x:null,y:null}; - console.log(properties) this.setProperties(properties, constants); // creating the variables for clustering diff --git a/lib/network/Node.js b/lib/network/Node.js index 55272437..f633f2cc 100644 --- a/lib/network/Node.js +++ b/lib/network/Node.js @@ -76,7 +76,6 @@ function Node(properties, imagelist, grouplist, constants) { this.fixedData = {x:null,y:null}; - console.log(properties) this.setProperties(properties, constants); // creating the variables for clustering