mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-11-03 20:45:58 +01:00 
			
		
		
		
	removed winston.err
This commit is contained in:
		@@ -466,7 +466,7 @@ accountsController.uploadPicture = function (req, res, next) {
 | 
			
		||||
 | 
			
		||||
			fs.unlink(absolutePath, function (err) {
 | 
			
		||||
				if (err) {
 | 
			
		||||
					winston.err(err);
 | 
			
		||||
					winston.error(err);
 | 
			
		||||
				}
 | 
			
		||||
 | 
			
		||||
				file.saveFileToLocal(filename, 'profile', userPhoto.path, done);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user