Skip to content

Commit

Permalink
disable accidental DEBUG on XmlaOlap4jConnection again
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@324 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
pstoellberger committed Jun 29, 2010
1 parent e44cbc0 commit 9f80214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/olap4j/driver/xmla/XmlaOlap4jConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ abstract class XmlaOlap4jConnection implements OlapConnection {
private boolean autoCommit;
private boolean readOnly;

private static final boolean DEBUG = true;
private static final boolean DEBUG = false;

/**
* Name of the "DATA_SOURCE_NAME" column returned from
Expand Down

0 comments on commit 9f80214

Please sign in to comment.