summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/selection-chemistry.cpp1
1 files changed, 0 insertions, 1 deletions
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);
}
}