mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	remove debug msg from inject close
This commit is contained in:
		| @@ -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; | ||||
|         } | ||||
|     }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user