1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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

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;