summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-03-31 14:51:21 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-03-31 14:51:21 +0000
commitcb6f3fcd6fc271c32e1a1afcf946b7ca75a161d7 (patch)
tree4ba1516b537e8302cecda1cada04ac9f7be3d4d7 /src
parentfixed hide knots and removed unused headers (diff)
downloadinkscape-cb6f3fcd6fc271c32e1a1afcf946b7ca75a161d7.tar.gz
inkscape-cb6f3fcd6fc271c32e1a1afcf946b7ca75a161d7.zip
removed code comments
(bzr r13645.1.62)
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/parameter/satellitepairarray.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/live_effects/parameter/satellitepairarray.cpp b/src/live_effects/parameter/satellitepairarray.cpp
index 0748269f4..461a6b54e 100644
--- a/src/live_effects/parameter/satellitepairarray.cpp
+++ b/src/live_effects/parameter/satellitepairarray.cpp
@@ -351,7 +351,6 @@ FilletChamferKnotHolderEntity::knot_get() const
if(!_pparam->last_pointwise){
return Point(infinity(), infinity());
}
- std::cout << satellite.second.getHidden() << "hiddden\n";
if(!satellite.second.getActive() || satellite.second.getHidden()){
return Point(infinity(), infinity());
}
@@ -361,7 +360,6 @@ FilletChamferKnotHolderEntity::knot_get() const
return Point(infinity(), infinity());
}
this->knot->show();
- std::cout << satellite.second.getHidden() << "show\n";
if( _index >= _pparam->_vector.size()){
tmpPoint = satellite.second.getPosition(pwd2[satellite.first]);
boost::optional<size_t> d2_prev_index = pointwise->getPrevious(satellite.first);