diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-04-11 05:15:51 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-04-11 05:15:51 +0000 |
| commit | 0e3815197aa111c8f76aff87082751e2d1dcd9bd (patch) | |
| tree | 060bff01ec11512d31fd11b08a48a20a2652416a | |
| parent | calligraphy and paintbucket update (diff) | |
| download | inkscape-0e3815197aa111c8f76aff87082751e2d1dcd9bd.tar.gz inkscape-0e3815197aa111c8f76aff87082751e2d1dcd9bd.zip | |
cleanup some debug prints
(bzr r2858)
| -rw-r--r-- | src/dyna-draw-context.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dyna-draw-context.cpp b/src/dyna-draw-context.cpp index 56890b767..ad8d18442 100644 --- a/src/dyna-draw-context.cpp +++ b/src/dyna-draw-context.cpp @@ -937,9 +937,6 @@ sp_dyna_draw_context_root_handler(SPEventContext *event_context, // We are NOT attracted to the guide! //g_print ("\nlast_nearest %g %g nearest %g %g pointer %g %g pos %d %g\n", dc->last_nearest[NR::X], dc->last_nearest[NR::Y], nearest[NR::X], nearest[NR::Y], pointer[NR::X], pointer[NR::Y], position->piece, position->t); - //g_print ("------nm %g pm %g ratio %g\n", nearest_moved, pointer_moved, ratio); - //g_print ("------dist %g spacing %g\n", dist, dc->spacing); - //g_print ("acting up: %s dist %g \n", position_is_ok? (dc->hatch_escaped? "escaped" : "dist") : "livarot", dist/dc->hatch_spacing); // Remember hatch_escaped so we don't get // attracted again until the end of this stroke @@ -965,12 +962,10 @@ sp_dyna_draw_context_root_handler(SPEventContext *event_context, } if (!isNaN(dot) && dot < -0.5) {// flip target = -target; - //g_print ("FLIP\n"); } // This is the track pointer that we will use instead of the real one NR::Point new_pointer = nearest + target * hatch_unit_vector; - //g_print ("NEW %g %g\n", new_point[NR::X], new_point[NR::Y]); // some limited feedback: allow persistent pulling to slightly change // the spacing |
