提交 53b058f3 编写于 作者: J Jared Parsons

Merge pull request #6650 from jaredpar/output

Remove unnecessary build output
......@@ -107,7 +107,6 @@ private static void WriteToFile(Tree tree, Action<TextWriter, Tree> writeAction,
{
outFile.Write(text);
}
Console.WriteLine("Wrote {0}", outputFile);
}
catch (UnauthorizedAccessException)
{
......
......@@ -134,7 +134,6 @@ Friend Module Program
End Select
WriteLine("{0} node structures, {1} enumerations, {2} node kinds", definition.NodeStructures.Count, definition.Enumerations.Count, definition.NodeKinds.Count)
End Using
End Sub
......
......@@ -19,7 +19,6 @@ Public Module ReadTree
Public Function TryReadTheTree(fileName As String, <Out> ByRef tree As ParseTree) As Boolean
tree = Nothing
Console.WriteLine("Reading input file ""{0}""...", fileName)
Dim validationError As Boolean = False
Dim xDoc = GetXDocument(fileName, validationError)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册