summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2017-05-28 06:59:50 +0000
committerJabiertxof <jtx@jtx>2017-05-28 06:59:50 +0000
commit117bfe6d616a1b34d4afeb976b708363206aef71 (patch)
treefbe4f78eaddf77c6273c3108a99322680a5ffe53 /src
parentRemove original-d from clip and mask LPE if keep paths (diff)
downloadinkscape-117bfe6d616a1b34d4afeb976b708363206aef71.tar.gz
inkscape-117bfe6d616a1b34d4afeb976b708363206aef71.zip
Remove dabug line
(bzr r15703.1.6)
Diffstat (limited to 'src')
-rw-r--r--src/sp-lpe-item.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sp-lpe-item.cpp b/src/sp-lpe-item.cpp
index 7dcbc4311..d920909f9 100644
--- a/src/sp-lpe-item.cpp
+++ b/src/sp-lpe-item.cpp
@@ -239,7 +239,6 @@ bool SPLPEItem::hasPathEffectOnClipOrMask() const
}
}
}
- std::cout << has_clipormask_lpe << "has_clipormask_lpe\n";
return has_clipormask_lpe;
}