aboutsummaryrefslogtreecommitdiffstats
path: root/tests/reproducers
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2013-09-25 18:50:18 +0200
committerJiri Vanek <[email protected]>2013-09-25 18:50:18 +0200
commit19e74fe5dacd03e0cb5582f840e15262e39fe24f (patch)
tree38ffc4f47f7641f8d20ba0e0e8a97a97ffb1db64 /tests/reproducers
parentfcd5c4c69fc5ea84b04f309eb40e295eab921fd8 (diff)
Introduced logging bottleneck
Diffstat (limited to 'tests/reproducers')
-rw-r--r--tests/reproducers/simple/simpletest1/testcases/XDGspecificationTests.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/reproducers/simple/simpletest1/testcases/XDGspecificationTests.java b/tests/reproducers/simple/simpletest1/testcases/XDGspecificationTests.java
index 7bfc58a..176d417 100644
--- a/tests/reproducers/simple/simpletest1/testcases/XDGspecificationTests.java
+++ b/tests/reproducers/simple/simpletest1/testcases/XDGspecificationTests.java
@@ -205,7 +205,6 @@ public class XDGspecificationTests extends BrowserTest {
Entry<String, String> entry = it.next();
String v = entry.getValue();
String s = entry.getKey() + "=" + v;
- //System.out.println(s);
if (entry.getKey().equals(XDG_CACHE_HOME) || entry.getKey().equals(XDG_CONFIG_HOME)) {
ServerAccess.logOutputReprint("ignoring " + s);
c++;
@@ -243,7 +242,6 @@ public class XDGspecificationTests extends BrowserTest {
Entry<String, String> entry = it.next();
String v = entry.getValue();
String s = entry.getKey() + "=" + v;
- //System.out.println(s);
if (entry.getKey().equals(XDG_CACHE_HOME)) {
ServerAccess.logOutputReprint(entry.getKey() + " was " + v);
v = cacheF.getAbsolutePath();