Skip to content

Commit

Permalink
fix: 移除异常打印堆栈信息
Browse files Browse the repository at this point in the history
  • Loading branch information
shulng committed Oct 1, 2024
1 parent 5ebb528 commit 657815a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ public static void recordCurrentIP(Player player, LoginPlayer lp){
try {
CatSeedLogin.sql.edit(lp);
} catch (Exception e) {
e.printStackTrace();
}
});
}
Expand Down

0 comments on commit 657815a

Please sign in to comment.