diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-08-01 16:17:30 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-08-01 16:17:30 +0000 |
| commit | 149d77a628b55077399365b420c27e7edc36d6ec (patch) | |
| tree | 61ae46739b7ef76c39651c789c5c0c6de23571a6 /src | |
| parent | Noumerous bug fixes, font size, stroke with arroow position, and text input r... (diff) | |
| download | inkscape-149d77a628b55077399365b420c27e7edc36d6ec.tar.gz inkscape-149d77a628b55077399365b420c27e7edc36d6ec.zip | |
Remove a helper cout
(bzr r15017.1.26)
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-measure-line.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/live_effects/lpe-measure-line.cpp b/src/live_effects/lpe-measure-line.cpp index 80d8cb645..c78475fe8 100644 --- a/src/live_effects/lpe-measure-line.cpp +++ b/src/live_effects/lpe-measure-line.cpp @@ -550,7 +550,6 @@ LPEMeasureLine::doBeforeEffect (SPLPEItem const* lpeitem) if (flip_side) { arrow_gap *= -1; } - std::cout << arrow_gap << "arrow_gap\n"; angle_cross = std::fmod(angle + rad_from_deg(90), 2*M_PI); if (angle_cross < 0) angle_cross += 2*M_PI; hstart = hstart - Point::polar(angle_cross, position); |
