From: dooglus Date: Tue, 18 Nov 2008 17:19:38 +0000 (+0000) Subject: Remove debugging printf(). X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;ds=sidebyside;h=cba72b25145dee544dcc8b8bee96f1aaa4f53abf;p=synfig.git Remove debugging printf(). git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2208 1f10aa63-cdf2-0310-b900-c93c546f37ac --- 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;