mirror of https://gitee.com/bigwinds/arangodb
removed debug output
This commit is contained in:
parent
1865b8bd57
commit
0d232e9601
|
@ -447,8 +447,6 @@
|
|||
* This has to contain the vertex-collection name.
|
||||
*/
|
||||
controller.post("/:graph/vertex", function(req, res) {
|
||||
require("console").log("+++++++++++++++++++++++++");
|
||||
require("console").log(req);
|
||||
var name = req.params("graph");
|
||||
var body = req.params("collection");
|
||||
var g;
|
||||
|
|
Loading…
Reference in New Issue