mirror of https://gitee.com/bigwinds/arangodb
Removed commented debug output
This commit is contained in:
parent
70f4da0534
commit
47d092cc3c
|
@ -3967,11 +3967,6 @@ var changeEdgeDefinitionsForGraph = function(graph, edgeDefinition, newCollectio
|
||||||
///
|
///
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
Graph.prototype._editEdgeDefinitions = function(edgeDefinition) {
|
Graph.prototype._editEdgeDefinitions = function(edgeDefinition) {
|
||||||
/*
|
|
||||||
require("internal").print("Before:");
|
|
||||||
require("internal").print(this.__vertexCollections);
|
|
||||||
require("internal").print(this.__orphanCollections);
|
|
||||||
*/
|
|
||||||
edgeDefinition = sortEdgeDefinition(edgeDefinition);
|
edgeDefinition = sortEdgeDefinition(edgeDefinition);
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
||||||
|
@ -4013,12 +4008,6 @@ Graph.prototype._editEdgeDefinitions = function(edgeDefinition) {
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
updateBindCollections(this);
|
updateBindCollections(this);
|
||||||
/*
|
|
||||||
require("internal").print("After:");
|
|
||||||
require("internal").print(this.__vertexCollections);
|
|
||||||
require("internal").print(this.__orphanCollections);
|
|
||||||
*/
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue