Skip to content

Commit

Permalink
Removed test line
Browse files Browse the repository at this point in the history
  • Loading branch information
NivNavick committed Apr 12, 2015
1 parent 5fdaa41 commit ae3e08a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TrxerConsole/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ static void Main(string[] args)
}
Console.WriteLine("Trx File\n{0}", args[0]);
Transform(args[0], PrepareXsl());
Process.Start(args[0] + ".html");
}

/// <summary>
Expand Down

0 comments on commit ae3e08a

Please sign in to comment.