1
0
Fork 0

Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel

This commit is contained in:
Max Neunhoeffer 2016-05-11 11:20:33 +02:00
commit a0ea938feb
1 changed files with 0 additions and 3 deletions

View File

@ -182,9 +182,6 @@ function parseBodyForCreateCollection (req, res) {
////////////////////////////////////////////////////////////////////////////////
function post_api_collection (req, res) {
require("internal").print(req);
var r = parseBodyForCreateCollection(req, res);
if (r.bodyIsEmpty) {