Removed all usage of ForceFlush

This commit is contained in:
Eric Fontana
2015-04-29 09:55:47 -04:00
parent 6db530b526
commit 091fe9e7e4
2 changed files with 2 additions and 4 deletions

View File

@@ -64,7 +64,6 @@ namespace TimberWinR.TestGenerator
// if it is not deleted.
using (StreamWriter sw = File.AppendText(logFilePath))
{
sw.AutoFlush = true;
for (int i = 0; i < parms.NumMessages; i++)
{
JObject o = new JObject

View File

@@ -65,7 +65,6 @@ namespace TimberWinR.TestGenerator
// if it is not deleted.
using (StreamWriter sw = File.AppendText(logFilePath))
{
// sw.AutoFlush = true;
for (int i = 0; i < parms.NumMessages; i++)
{
JObject o = new JObject