mirror of https://gitee.com/bigwinds/arangodb
removed debug output
This commit is contained in:
parent
34f4334ffa
commit
0d6ecea63f
|
@ -3920,11 +3920,7 @@ var changeEdgeDefinitionsForGraph = function(graph, edgeDefinition, newCollectio
|
||||||
//move unused collections to orphanage
|
//move unused collections to orphanage
|
||||||
possibleOrphans.forEach(
|
possibleOrphans.forEach(
|
||||||
function(po) {
|
function(po) {
|
||||||
require("internal").print(po);
|
|
||||||
require("internal").print(graphCollections.indexOf(po));
|
|
||||||
require("internal").print(gotAHit);
|
|
||||||
if (graphCollections.indexOf(po) === -1 && gotAHit) {
|
if (graphCollections.indexOf(po) === -1 && gotAHit) {
|
||||||
require("internal").print("B I N D R I N ! ! !");
|
|
||||||
delete graphObj.__vertexCollections[po];
|
delete graphObj.__vertexCollections[po];
|
||||||
graphObj._addVertexCollection(po);
|
graphObj._addVertexCollection(po);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue