Remove print statement from the test

This commit is contained in:
BoykoAlex
2016-12-08 19:26:04 -05:00
parent e9f7cd46ba
commit ee5dab4318

View File

@@ -87,7 +87,6 @@ public class DependencyTreeTest {
assertNotNull(file);
assertTrue(file.toString().startsWith(parentFolderPathStr));
assertTrue(file.exists());
System.out.println(file);
}
deleteFolderAndContents(localRepoFolder.toPath());