From 60d0a0e773e240e6ff4cb2ab3e3f30ca1bd5cb2b Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Fri, 14 Jun 2013 09:37:31 +0200 Subject: [PATCH] fixed doxygen error --- js/actions/api-collection.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/actions/api-collection.js b/js/actions/api-collection.js index d8c13e1592..67ab9a19ac 100644 --- a/js/actions/api-collection.js +++ b/js/actions/api-collection.js @@ -1097,7 +1097,6 @@ function put_api_collection (req, res) { /// var url = "/_api/collection/"+ coll._id; /// /// var response = logCurlRequest('DELETE', url); -/// /* we must delete the collection from db, as we're bypassing db._drop() */ /// db[cn] = undefined; /// /// assert(response.code === 200); @@ -1114,7 +1113,6 @@ function put_api_collection (req, res) { /// var url = "/_api/collection/products1"; /// /// var response = logCurlRequest('DELETE', url); -/// /* we must delete the collection from db, as we're bypassing db._drop() */ /// db[cn] = undefined; /// /// assert(response.code === 200);