From: dooglus Date: Thu, 4 Oct 2007 01:50:52 +0000 (+0000) Subject: Removed some debugging code that I didn't mean to commit. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=fcd2fc006735303210ef752914d3ad026058d025;p=synfig.git Removed some debugging code that I didn't mean to commit. git-svn-id: http://svn.voria.com/code@834 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/workarea.cpp b/synfig-studio/trunk/src/gtkmm/workarea.cpp index f9b529d..41da0b5 100644 --- a/synfig-studio/trunk/src/gtkmm/workarea.cpp +++ b/synfig-studio/trunk/src/gtkmm/workarea.cpp @@ -806,11 +806,7 @@ WorkArea::~WorkArea() // don't leave the render function queued if we are about to vanish; // that causes crashes if(render_idle_func_id) - { - synfig::info("g_source_remove() returns %d", g_source_remove(render_idle_func_id)); render_idle_func_id=0; - } else - synfig::info("no render_idle_func_id to clear\n"); } void