Skip to content

Commit ba9f1da

Browse files
committed
remove direct call to System.out.println() in tests
1 parent a294ca6 commit ba9f1da

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/test/java/pl/project13/maven/git/FileSystemMavenSandbox.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ public FileSystemMavenSandbox withChildProject(String childProjectDirName, Strin
7373

7474
@Nonnull
7575
public FileSystemMavenSandbox withGitRepoInParent(@Nonnull AvailableGitTestRepo repo) {
76-
System.out.println("TEST: Will prepare sandbox repository based on: [" + repo.getDir() + "]");
77-
7876
gitRepoSourceDir = repo.getDir();
7977
gitRepoTargetDir = parentProject.getBasedir();
8078
return this;

0 commit comments

Comments
 (0)