Skip to content

Commit

Permalink
removed a stray Console.WriteLine that Ken had earlier checked in by
Browse files Browse the repository at this point in the history
mistake.
  • Loading branch information
qadeer committed Jun 26, 2015
1 parent 909a72d commit 914f8b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Provers/SMTLib/ProverInterface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,6 @@ private TextWriter OpenOutputFile(string descriptiveName)
usedLogNames.Add(curFilename);
}

Console.WriteLine("opening log file {0}", curFilename);
return new StreamWriter(curFilename, false);
}

Expand Down

0 comments on commit 914f8b1

Please sign in to comment.