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:
parent
43d7c8d48c
commit
7d702e8332
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user