disable old debug code in FFmpegWriter.cs
This commit is contained in:
parent
32d163e409
commit
966509858d
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue