diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-08-21 22:05:38 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-08-21 22:05:38 +0000 |
| commit | 9e8b8be725180905f537a0c20183c209abc5476f (patch) | |
| tree | 0cae4161962c46c705405603393a57ef1b124db0 /src | |
| parent | update to trunk (diff) | |
| download | inkscape-9e8b8be725180905f537a0c20183c209abc5476f.tar.gz inkscape-9e8b8be725180905f537a0c20183c209abc5476f.zip | |
remove couts
(bzr r13645.1.109)
Diffstat (limited to 'src')
| -rw-r--r-- | src/helper/geom-pointwise.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/helper/geom-pointwise.cpp b/src/helper/geom-pointwise.cpp index 526df7957..8a0db6258 100644 --- a/src/helper/geom-pointwise.cpp +++ b/src/helper/geom-pointwise.cpp @@ -44,7 +44,6 @@ std::vector<Satellite> Pointwise::getSatellites(bool curve_based) if(path_it->size_closed()-1 == counter){ _satellites.erase(_satellites.begin() + (global_counter - 1 - satellite_gap)); satellite_gap++; - std::cout << counter << "get satellites" << "\n"; } } counter++; @@ -77,7 +76,6 @@ void Pointwise::setSatellites(std::vector<Satellite> const &sats, bool curve_bas } else { _satellites.insert(_satellites.begin() + global_counter + 1,_satellites[start]); } - std::cout << counter << "set satellites" << "\n"; } } counter++; |
