Skip to content

Commit

Permalink
MONDRIAN: Oops. Disable output from MonitorTest.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 14721]
  • Loading branch information
julianhyde committed Oct 25, 2011
1 parent e3b99f7 commit 0a9518e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsrc/main/mondrian/test/MonitorTest.java
Expand Up @@ -30,7 +30,7 @@
public class MonitorTest extends FoodMartTestCase {
private void println(Object x) {
// Enable for debugging, but not for checked-in code.
if (true) {
if (false) {
System.out.println(x);
}
}
Expand Down

0 comments on commit 0a9518e

Please sign in to comment.