Skip to content

Commit

Permalink
Remove debug spew.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonh committed Mar 6, 2011
1 parent a4672ad commit a3d19af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/manostool/Driver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ private static void SetOutput (string file)

private static string [] ParseGlobalOptions (string [] args)
{
Console.WriteLine ("parsing global options");
var p = new OptionSet () {
{ "-data-dir=", v => Environment.DataDirectory = v },
{ "-out|out=", v => SetOutput (v) },
Expand Down

0 comments on commit a3d19af

Please sign in to comment.