Remove System.err output

This commit is contained in:
Joakim Erdfelt 2022-08-05 10:40:14 -05:00
parent 21a40f60a7
commit a864a9313b
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
2 changed files with 0 additions and 2 deletions

View File

@ -44,7 +44,6 @@ public class StandardDescriptorProcessorTest
public void afterEach() throws Exception
{
_server.stop();
Configurations.getKnown().forEach(System.err::println);
assertThat(FileSystemPool.INSTANCE.mounts(), empty());
}

View File

@ -44,7 +44,6 @@ public class StandardDescriptorProcessorTest
public void afterEach() throws Exception
{
_server.stop();
Configurations.getKnown().forEach(System.err::println);
assertThat(FileSystemPool.INSTANCE.mounts(), empty());
}