This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new 7177c850c0 Remove sysout
7177c850c0 is described below
commit 7177c850c0c17bcbc806c4a58ceaee3f823ae1d4
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Nov 30 07:35:08 2023 +0100
Remove sysout
---
.../test/java/org/apache/felix/http/itest/servletapi5/ResourceTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/http/itest/src/test/java/org/apache/felix/http/itest/servletapi5/ResourceTest.java
b/http/itest/src/test/java/org/apache/felix/http/itest/servletapi5/ResourceTest.java
index dccbeb3873..7357716b28 100644
---
a/http/itest/src/test/java/org/apache/felix/http/itest/servletapi5/ResourceTest.java
+++
b/http/itest/src/test/java/org/apache/felix/http/itest/servletapi5/ResourceTest.java
@@ -62,7 +62,6 @@ public class ResourceTest extends Servlet5BaseIntegrationTest
{
public URL getResource(String name) {
try {
File f = new File("src/test/resources" + name);
- System.out.println("********************** " +
f.getAbsolutePath());
if (f.exists()) {
return f.toURI().toURL();
}