summaryrefslogtreecommitdiffstats
path: root/tests/bugs/protectedvf/main/Driver.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/protectedvf/main/Driver.java')
-rw-r--r--tests/bugs/protectedvf/main/Driver.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs/protectedvf/main/Driver.java b/tests/bugs/protectedvf/main/Driver.java
index 6590760eb..5ca85cd32 100644
--- a/tests/bugs/protectedvf/main/Driver.java
+++ b/tests/bugs/protectedvf/main/Driver.java
@@ -9,10 +9,10 @@ public class Driver{
}
private void doOtherStuff() {
- System.out.println("doing other stuff");
+ //System.out.println("doing other stuff");
}
private void doStuff() {
- System.out.println("doing stuff");
+ //System.out.println("doing stuff");
}
}