Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slowcheet4h committed Jan 25, 2022
1 parent 1e8052f commit a55ac39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pisi/unitedmeows/yystal/sql/YDatabaseClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public YDatabaseClient(String username, String password, String database, String
connected = true;
}
} catch (Exception ex) {
ex.printStackTrace();
connected = false;
}
}
Expand Down

0 comments on commit a55ac39

Please sign in to comment.