1
0
Fork 0

removed debug output

This commit is contained in:
Jan Steemann 2014-07-01 15:58:51 +02:00
parent 34f4334ffa
commit 0d6ecea63f
1 changed files with 0 additions and 4 deletions

View File

@ -3920,11 +3920,7 @@ var changeEdgeDefinitionsForGraph = function(graph, edgeDefinition, newCollectio
//move unused collections to orphanage
possibleOrphans.forEach(
function(po) {
require("internal").print(po);
require("internal").print(graphCollections.indexOf(po));
require("internal").print(gotAHit);
if (graphCollections.indexOf(po) === -1 && gotAHit) {
require("internal").print("B I N D R I N ! ! !");
delete graphObj.__vertexCollections[po];
graphObj._addVertexCollection(po);
}