Skip to content

Commit

Permalink
fix: remove unused exception
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas authored Oct 17, 2024
1 parent 42f191a commit 6fb0820
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/io/iologindata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ bool IOLoginData::savePlayer(std::shared_ptr<Player> player) {
return success;
} catch (const DatabaseException &e) {
g_logger().error("[{}] Exception occurred: {}", __FUNCTION__, e.what());
} catch (const std::exception &e) {
g_logger().error("[{}] Standard exception occurred: {}", __FUNCTION__, e.what());
}

return false;
Expand Down

0 comments on commit 6fb0820

Please sign in to comment.