diff --git a/src/io/iologindata.cpp b/src/io/iologindata.cpp index 35ae0539df1..17816f969de 100644 --- a/src/io/iologindata.cpp +++ b/src/io/iologindata.cpp @@ -214,8 +214,6 @@ bool IOLoginData::savePlayer(std::shared_ptr 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;