Remove System.err output
This commit is contained in:
parent
21a40f60a7
commit
a864a9313b
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue