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