Skip to content

Commit

Permalink
Remove S.O.P.
Browse files Browse the repository at this point in the history
  • Loading branch information
greatman committed May 23, 2015
1 parent 449215b commit dacf93c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ public Account getAccount(String name, boolean bankAccount, boolean createDefaul
Connection connection = null;
try {
boolean infiniteMoney = false, ignoreACL = false;
System.out.println("TESTING " + commitConnection);
System.out.println((commitConnection != null) ? commitConnection : db.getConnection());
connection = (commitConnection != null) ? commitConnection : db.getConnection();
statement = connection.prepareStatement(accountTable.selectEntryName);
statement.setString(1, name);
Expand Down

0 comments on commit dacf93c

Please sign in to comment.