org.symbian.tools.wrttools.previewer/src/org/symbian/tools/wrttools/previewer/http/WorkspaceResourcesServlet.java
changeset 348 4cd68ab4c1f2
parent 344 0f103d99721b
child 468 a05c6e5cc7d9
--- a/org.symbian.tools.wrttools.previewer/src/org/symbian/tools/wrttools/previewer/http/WorkspaceResourcesServlet.java	Fri Jun 04 16:25:50 2010 -0700
+++ b/org.symbian.tools.wrttools.previewer/src/org/symbian/tools/wrttools/previewer/http/WorkspaceResourcesServlet.java	Mon Jun 07 10:50:23 2010 -0700
@@ -242,10 +242,8 @@
             if (stream != null) {
                 copyData(stream, resp.getOutputStream());
             } else {
-                PreviewerPlugin.log(String.format("Resource %s was not found", req.getPathInfo()), null);
                 resp.setStatus(HttpServletResponse.SC_NOT_FOUND);
             }
-
         } catch (PreviewerException e) {
             PreviewerPlugin.log(e);
             throw new ServletException(e);