We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f1409 commit 8b35a2eCopy full SHA for 8b35a2e
approvaltests-tests/src/test/java/org/approvaltests/ParserUtilities.java
@@ -72,7 +72,6 @@ public static CompilationUnit getCompilationUnit(Method method)
72
ParseProblemException parseException = null;
73
for (String sourceRootPath : SOURCE_PATHS)
74
{
75
- System.out.println("Trying to parse from: " + sourceRootPath);
76
SourceRoot sourceRoot = new SourceRoot(Paths.get(sourceRootPath));
77
try
78
0 commit comments