Remove console.log

This commit is contained in:
Nick O'Leary
2018-07-02 22:38:37 +01:00
parent 43d7c8d48c
commit 7d702e8332

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;