Remove console.log

This commit is contained in:
Nick O'Leary 2018-07-02 22:38:37 +01:00
parent 43d7c8d48c
commit 7d702e8332
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 0 additions and 1 deletions

View File

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