X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fsupertux.cpp;h=81856f6e638e6778afad4a15a3e975ca94e42fe5;hb=6f988a2dfbe4de1096a5ca6a4b30e7fc5355316c;hp=dc771dfb185528596ca4e59b219d2810010d6b4f;hpb=3fc1f424aabbb9aad5f21b5eb4564fdc5418517c;p=supertux.git diff --git a/src/supertux.cpp b/src/supertux.cpp index dc771dfb1..81856f6e6 100644 --- a/src/supertux.cpp +++ b/src/supertux.cpp @@ -98,8 +98,6 @@ int main(int argc, char * argv[]) #endif Termination::shutdown(); #ifndef DEBUG // we want to see the backtrace in gdb when in debug mode - } catch (SuperTuxException &e) { - std::cerr << "Unhandled SuperTux exception:\n " << e.what_file() << ":" << e.what_line() << ": " << e.what() << std::endl; } catch (std::exception &e) { std:: cerr << "Unhandled exception: " << e.what() << std::endl; }