mirror of https://github.com/node-red/node-red.git
remove debug msg from inject close
parent
2cad42870e
commit
f77d161643
|
@ -144,10 +144,8 @@ module.exports = function(RED) {
|
|||
}
|
||||
if (this.interval_id != null) {
|
||||
clearInterval(this.interval_id);
|
||||
this.debug(RED._("inject.stopped"));
|
||||
} else if (this.cronjob != null) {
|
||||
this.cronjob.stop();
|
||||
this.debug(RED._("inject.stopped"));
|
||||
delete this.cronjob;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue