From 9c10936cf1420f160a5007c6baad7b25ffb6d014 Mon Sep 17 00:00:00 2001 From: HumairAK Date: Tue, 26 Jul 2016 16:44:06 -0400 Subject: Added more unit tests, fixed some bugs in the code, fixed voting alert prompts and redirects --- node_simple.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'node_simple.js') diff --git a/node_simple.js b/node_simple.js index 228e861..dced853 100644 --- a/node_simple.js +++ b/node_simple.js @@ -599,7 +599,6 @@ exports.retrieveUser = function (username, callback) { } else if (result.length) { - console.log("retreive User: " + result[0]); callback(true, false, result[0], "User retrieved"); } @@ -1229,7 +1228,6 @@ exports.get_exam_byID = function (id, callback) { } else { callback(true, false, docs[0]); - console.log("DOCS: "+ docs); } }); }) -- cgit v1.2.3