1
0
Fork 0

removed debug output

This commit is contained in:
Jan Steemann 2014-10-29 22:47:31 +01:00
parent 1865b8bd57
commit 0d232e9601
1 changed files with 0 additions and 2 deletions

View File

@ -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;