Skip to content

Commit 8b35a2e

Browse files
committed
. t delete noisy log message
1 parent f4f1409 commit 8b35a2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

approvaltests-tests/src/test/java/org/approvaltests/ParserUtilities.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public static CompilationUnit getCompilationUnit(Method method)
7272
ParseProblemException parseException = null;
7373
for (String sourceRootPath : SOURCE_PATHS)
7474
{
75-
System.out.println("Trying to parse from: " + sourceRootPath);
7675
SourceRoot sourceRoot = new SourceRoot(Paths.get(sourceRootPath));
7776
try
7877
{

0 commit comments

Comments
 (0)