/hg/icedtea-web: Remove left-in System.out

adomurad at icedtea.classpath.org adomurad at icedtea.classpath.org
Tue Dec 11 11:11:41 PST 2012


changeset d8b97eea56e3 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=d8b97eea56e3
author: Adam Domurad <adomurad at redhat.com>
date: Tue Dec 11 14:11:39 2012 -0500

	Remove left-in System.out


diffstat:

 ChangeLog                                                   |  5 +++++
 plugin/icedteanp/java/sun/applet/PluginParameterParser.java |  1 -
 2 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 0187d8df56b4 -r d8b97eea56e3 ChangeLog
--- a/ChangeLog	Mon Dec 10 17:45:36 2012 -0500
+++ b/ChangeLog	Tue Dec 11 14:11:39 2012 -0500
@@ -1,3 +1,8 @@
+2012-12-11  Adam Domurad  <adomurad at redhat.com>
+
+	* plugin/icedteanp/java/sun/applet/PluginParameterParser.java: 
+	Remove left-in System.out
+
 2012-12-10  Saad Mohammad  <smohammad at redhat.com>
 
 	Add unit tests for PR1189.
diff -r 0187d8df56b4 -r d8b97eea56e3 plugin/icedteanp/java/sun/applet/PluginParameterParser.java
--- a/plugin/icedteanp/java/sun/applet/PluginParameterParser.java	Mon Dec 10 17:45:36 2012 -0500
+++ b/plugin/icedteanp/java/sun/applet/PluginParameterParser.java	Tue Dec 11 14:11:39 2012 -0500
@@ -46,7 +46,6 @@
     static Map<String, String> parseEscapedKeyValuePairs(String keyvalString) {
         // Split on ';', ensuring empty strings at end are kept
         String[] strs = keyvalString.split(KEY_VALUE_DELIMITER, -1 /* Keep empty strings */);
-        System.out.println("Split array: " + Arrays.toString(strs));
 
         Map<String, String> attributes = new HashMap<String, String>();
 



More information about the distro-pkg-dev mailing list