commit | eb1f5fc023e5d5d86be057ca41ebe13840aa8fad | [log] [tgz] |
---|---|---|
author | Carsten Ziegeler <cziegeler@apache.org> | Thu Jun 11 14:32:11 2009 +0000 |
committer | Carsten Ziegeler <cziegeler@apache.org> | Thu Jun 11 14:32:11 2009 +0000 |
tree | 1e489288860d41a12f21a67adbdccb73ff3dcc7a | |
parent | bedb72937c3b562f2af65cbf86951d6b0cb0002e [diff] |
Remove debug output git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@783797 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/java/org/apache/felix/webconsole/internal/core/InstallAction.java b/webconsole/src/main/java/org/apache/felix/webconsole/internal/core/InstallAction.java index e880149..f3e0c66 100644 --- a/webconsole/src/main/java/org/apache/felix/webconsole/internal/core/InstallAction.java +++ b/webconsole/src/main/java/org/apache/felix/webconsole/internal/core/InstallAction.java
@@ -111,7 +111,6 @@ for(int i = 0; i < bundleItems.length; i++ ) { final FileItem bundleItem = bundleItems[i]; - getLog().log( LogService.LOG_ERROR, "Accessing uploaded bundle file: " + bundleItem.getName() ); // write the bundle data to a temporary file to ease processing File tmpFile = null; try