Removed leftover log
This commit is contained in:
		@@ -24,7 +24,7 @@ namespace NadekoBot.Services.Music
 | 
			
		||||
        public SongBuffer(string songUri, string skipTo)
 | 
			
		||||
        {
 | 
			
		||||
            _log = LogManager.GetCurrentClassLogger();
 | 
			
		||||
            _log.Warn(songUri);
 | 
			
		||||
            //_log.Warn(songUri);
 | 
			
		||||
            this.SongUri = songUri;
 | 
			
		||||
 | 
			
		||||
            this.p = StartFFmpegProcess(songUri, 0);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user