Browse Source

removed console.log debug

v3_develop
Alex de Mulder 10 years ago
parent
commit
4e25648e3b
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      dist/vis.js
  2. +0
    -1
      lib/network/Node.js

+ 0
- 1
dist/vis.js View File

@ -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

+ 0
- 1
lib/network/Node.js View File

@ -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

Loading…
Cancel
Save