Remove print statement from the test
This commit is contained in:
@@ -87,7 +87,6 @@ public class DependencyTreeTest {
|
||||
assertNotNull(file);
|
||||
assertTrue(file.toString().startsWith(parentFolderPathStr));
|
||||
assertTrue(file.exists());
|
||||
System.out.println(file);
|
||||
}
|
||||
|
||||
deleteFolderAndContents(localRepoFolder.toPath());
|
||||
|
||||
Reference in New Issue
Block a user