diff --git a/BizHawk.MultiClient/FFmpegWriter.cs b/BizHawk.MultiClient/FFmpegWriter.cs index 4464f670ef..a3b1ffe1eb 100644 --- a/BizHawk.MultiClient/FFmpegWriter.cs +++ b/BizHawk.MultiClient/FFmpegWriter.cs @@ -145,7 +145,7 @@ namespace BizHawk.MultiClient while (stderr.Count > 0) { var foo = stderr.Dequeue(); - System.Windows.Forms.MessageBox.Show(foo); + //System.Windows.Forms.MessageBox.Show(foo); s.Append(foo); } return s.ToString();