mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00: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…
x
Reference in New Issue
Block a user