From 26ce1e17377dc2c41b6b415c78dd47e4813ac1e9 Mon Sep 17 00:00:00 2001 From: jsteemann Date: Wed, 11 May 2016 09:53:51 +0200 Subject: [PATCH] remove printing --- js/actions/_api/collection/app.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/actions/_api/collection/app.js b/js/actions/_api/collection/app.js index de0d92d7d9..ec64b90d33 100644 --- a/js/actions/_api/collection/app.js +++ b/js/actions/_api/collection/app.js @@ -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) {