mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Delete unused variables
This commit is contained in:
		| @@ -113,7 +113,6 @@ LocalFileSystem.prototype.keys = function(scope) { | ||||
| LocalFileSystem.prototype.delete = function(scope){ | ||||
|     var self = this; | ||||
|     if(this.storages[scope]){ | ||||
|         var promise; | ||||
|         this.storages[scope].delete("/"); | ||||
|         return fs.remove(this.storages[scope].filename).then(function(){ | ||||
|             delete self.storages[scope]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user