X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Floadcanvas.cpp;h=5482fd90fd29c6dba2dad437d5e84deb211d08b5;hb=cba72b25145dee544dcc8b8bee96f1aaa4f53abf;hp=102b74484c7946a2e1ec351f78d9f43c1fce8ce5;hpb=9eeed0ce9066de4b2e36885d5ec7b66ac8f14aa8;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/loadcanvas.cpp b/synfig-core/trunk/src/synfig/loadcanvas.cpp index 102b744..5482fd9 100644 --- a/synfig-core/trunk/src/synfig/loadcanvas.cpp +++ b/synfig-core/trunk/src/synfig/loadcanvas.cpp @@ -2167,7 +2167,6 @@ CanvasParser::parse_from_file_as(const String &file_,const String &as_,String &e catch(Exception::IDAlreadyExists) { synfig::error("IDAlreadyExists Thrown"); } catch(xmlpp::internal_error x) { - printf("caught internal error\n"); if (!strcmp(x.what(), "Couldn't create parsing context")) throw runtime_error(String(" * ") + _("Can't open file") + " \"" + file + "\""); throw;