1
0
Fork 0

fixed doxygen error

This commit is contained in:
Jan Steemann 2013-06-14 09:37:31 +02:00
parent 1cc0409258
commit 60d0a0e773
1 changed files with 0 additions and 2 deletions

View File

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