From fe81dc9e303d5a499248cc409180b1bfe6583c67 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sat, 29 Sep 2018 20:15:46 +0200 Subject: Fix bug: #1644805 LPE Parallel crashes Inkscape with Text converted to Path --- src/object/sp-lpe-item.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/object') diff --git a/src/object/sp-lpe-item.cpp b/src/object/sp-lpe-item.cpp index 6200034ed..fef2a299b 100755 --- a/src/object/sp-lpe-item.cpp +++ b/src/object/sp-lpe-item.cpp @@ -605,7 +605,6 @@ void SPLPEItem::removeCurrentPathEffect(bool keep_paths) effect_->keep_paths = keep_paths; effect_->doOnRemove(this); this->path_effect_list->remove(lperef); //current lpe ref is always our 'own' pointer from the path_effect_list - std::cout << this->path_effect_list->size() << "this->path_effect_list11111" << std::endl; this->getRepr()->setAttribute("inkscape:path-effect", patheffectlist_svg_string(*this->path_effect_list)); if (!keep_paths) { // Make sure that ellipse is stored as or if possible. -- cgit v1.2.3