summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-11-10 21:35:56 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-11-10 21:35:56 +0000
commitf1e16df7e90c74dbbe87a9c3a447ba1f929ae488 (patch)
treea39b9a30a4f1678a7c0667c4f0b9561e9bda27d0 /src/live_effects/effect.cpp
parentadding blending support (diff)
parentAdd a extra info page pointed by suv in bug page (diff)
downloadinkscape-f1e16df7e90c74dbbe87a9c3a447ba1f929ae488.tar.gz
inkscape-f1e16df7e90c74dbbe87a9c3a447ba1f929ae488.zip
update to trunk
(bzr r13682.1.2)
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index 9433dec7f..37fd64539 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -416,7 +416,6 @@ Effect::isNodePointSelected(Geom::Point const &nodePoint) const
for (std::vector<Geom::Point>::const_iterator i = selectedNodesPoints.begin();
i != selectedNodesPoints.end(); ++i) {
Geom::Point p = *i;
- std::cout << p << "p\n";
p[Geom::X] = Inkscape::Util::Quantity::convert(p[Geom::X], "px", *defaultUnit);
p[Geom::Y] = Inkscape::Util::Quantity::convert(p[Geom::Y], "px", *defaultUnit);
if (Geom::are_near(p, nodePoint, 0.01)) {