disable old debug code in FFmpegWriter.cs

This commit is contained in:
goyuken 2012-06-10 02:09:37 +00:00
parent 32d163e409
commit 966509858d
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ namespace BizHawk.MultiClient
while (stderr.Count > 0) while (stderr.Count > 0)
{ {
var foo = stderr.Dequeue(); var foo = stderr.Dequeue();
System.Windows.Forms.MessageBox.Show(foo); //System.Windows.Forms.MessageBox.Show(foo);
s.Append(foo); s.Append(foo);
} }
return s.ToString(); return s.ToString();