Removed leftover log

This commit is contained in:
Master Kwoth 2017-07-05 17:05:29 +02:00
parent 94bb6f15a7
commit 8f844d38d3

View File

@ -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);