tentone 5 vuotta sitten
vanhempi
commit
e48866a38c
2 muutettua tiedostoa jossa 1 lisäystä ja 4 poistoa
  1. 1 1
      package.json
  2. 0 3
      source/Object2D.js

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 	"name": "escher.js",
-	"version": "0.1.8",
+	"version": "0.1.9",
 	"description": "escher.js is a web library for building interactive diagrams and graphs.",
 	"main": "build/escher.min.js",
 	"repository": {

+ 0 - 3
source/Object2D.js

@@ -345,9 +345,6 @@ Object2D.prototype.getChildByUUID = function(uuid)
 		}
 	});
 
-	// TODO <REMOVE THIS CODE>
-	console.log("getChildByUUID()", uuid, this, object);
-
 	return object;
 };