X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fmain.cpp;h=b905c2a03aeaa58e8748553613a41119128495e0;hb=6fcfeb5b77c28b403b9fecc9bafcde6834447c9a;hp=fa2018e0b9b4068bc89ce3cb7fb51f0a3f426525;hpb=9bb17dbd43d0988caab3a1fa420aa52a32e4fdc5;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/main.cpp b/synfig-core/trunk/src/synfig/main.cpp index fa2018e..b905c2a 100644 --- a/synfig-core/trunk/src/synfig/main.cpp +++ b/synfig-core/trunk/src/synfig/main.cpp @@ -363,19 +363,19 @@ synfig::Main::~Main() } } - synfig::info("ValueNode::subsys_stop()"); + // synfig::info("ValueNode::subsys_stop()"); ValueNode::subsys_stop(); - synfig::info("Importer::subsys_stop()"); + // synfig::info("Importer::subsys_stop()"); Importer::subsys_stop(); - synfig::info("Target::subsys_stop()"); + // synfig::info("Target::subsys_stop()"); Target::subsys_stop(); - synfig::info("Layer::subsys_stop()"); + // synfig::info("Layer::subsys_stop()"); Layer::subsys_stop(); /*! \todo For some reason, uncommenting the next line will cause things to crash. This needs to be looked into at some point. */ // synfig::info("Module::subsys_stop()"); // Module::subsys_stop(); - synfig::info("Exiting"); + // synfig::info("Exiting"); #if defined(HAVE_SIGNAL_H) && defined(SIGPIPE) signal(SIGPIPE, SIG_DFL);