From 7d702e8332ff50dc9fe4f545c20639e8522cd4b1 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Mon, 2 Jul 2018 22:38:37 +0100 Subject: [PATCH] Remove console.log --- red/api/admin/context.js | 1 - 1 file changed, 1 deletion(-) diff --git a/red/api/admin/context.js b/red/api/admin/context.js index 66aedcdcb..ef23a26ea 100644 --- a/red/api/admin/context.js +++ b/red/api/admin/context.js @@ -43,7 +43,6 @@ module.exports = { if (ctx) { if (key) { ctx.get(key,function(err, v) { - console.log(key,v); res.json(util.encodeObject({msg:v})); }); return;