diff --git a/source/Main.cpp b/source/Main.cpp index 7c3d4371..be388fbd 100644 --- a/source/Main.cpp +++ b/source/Main.cpp @@ -68,14 +68,6 @@ void DoReload() */ LogErr("Squirrel exception caught (" #ev ") event"); /* */ Logger::Get().Debug("%s", e.what()); /* */ } /* -*/ catch (const std::exception & e) /* -*/ { /* -*/ LogErr("Program exception caught (" #ev ") event [%s]", e.what()); /* -*/ } /* -*/ catch (...) /* -*/ { /* -*/ LogErr("Unknown exception caught (" #ev ") event"); /* -*/ } /* */ // --------------------------------------------------------------------------------------------