From: johanengelen Date: Fri, 14 Sep 2007 21:42:57 +0000 (+0000) Subject: sorry for debug message. deleted. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=88dd07af6929c66d5f342528d696ee8e26907044;p=inkscape.git sorry for debug message. deleted. --- diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp index 331e164e8..0d7654bb1 100644 --- a/src/selection-chemistry.cpp +++ b/src/selection-chemistry.cpp @@ -937,7 +937,6 @@ void sp_copy_stuff_used_by_item (GSList **defs_clip, SPItem *item, const GSList // For shapes, also copy liveeffect if applicable if (sp_shape_has_path_effect(shape)) { - g_message("copy to clip"); sp_copy_single (defs_clip, SP_OBJECT(sp_shape_get_livepatheffectobject(shape)), xml_doc); } }