From: Andrew C. Oliver Date: Sun, 23 Jun 2002 19:16:04 +0000 (+0000) Subject: took a debug statement out that was screwing up url params X-Git-Tag: REL_1_10~291 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b78a0e8fbf5bbb8c050ad4ef50aa9a1b860c0849;p=poi.git took a debug statement out that was screwing up url params PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352718 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/contrib/src/org/apache/poi/hssf/contrib/view/SViewer.java b/src/contrib/src/org/apache/poi/hssf/contrib/view/SViewer.java index ba38f5ea60..157d7f5320 100644 --- a/src/contrib/src/org/apache/poi/hssf/contrib/view/SViewer.java +++ b/src/contrib/src/org/apache/poi/hssf/contrib/view/SViewer.java @@ -109,8 +109,6 @@ public class SViewer extends Applet { boolean isurl = false; if (filename == null) filename = getParameter("filename"); - System.out.println("filename="+filename); - System.out.println("start="+filename.substring(0,7)); if (filename == null || filename.substring(0,7).equals("http://")) { isurl = true; if (filename == null) filename = getParameter("url");