diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-08-18 00:48:37 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-08-18 00:48:37 +0000 |
| commit | 945467caca4ad1f034900c8109d7967b879b6627 (patch) | |
| tree | c5c69480eb437108994c9d6ac02320d9ddfa5344 /src/nodepath.cpp | |
| parent | Check whether we are really in LPEToolContext in sp_lpetool_toolbox_sel_chang... (diff) | |
| download | inkscape-945467caca4ad1f034900c8109d7967b879b6627.tar.gz inkscape-945467caca4ad1f034900c8109d7967b879b6627.zip | |
Remove debugging messages
(bzr r6689)
Diffstat (limited to 'src/nodepath.cpp')
| -rw-r--r-- | src/nodepath.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nodepath.cpp b/src/nodepath.cpp index 817c588c3..e550bf6b7 100644 --- a/src/nodepath.cpp +++ b/src/nodepath.cpp @@ -3921,9 +3921,7 @@ static void node_handle_moved(SPKnot *knot, NR::Point *p, guint state, gpointer if (!desktop) return; SPEventContext *ec = desktop->event_context; if (!ec) return; - g_print ("4\n"); Inkscape::MessageContext *mc = get_message_context(ec); - g_print ("5\n"); if (!mc) return; double degrees = 180 / M_PI * rnew.a; @@ -4748,9 +4746,7 @@ sp_nodepath_update_statusbar(Inkscape::NodePath::Path *nodepath)//!!!move to Sha SPEventContext *ec = desktop->event_context; if (!ec) return; - g_print ("6\n"); Inkscape::MessageContext *mc = get_message_context(ec); - g_print ("7\n"); if (!mc) return; inkscape_active_desktop()->emitToolSubselectionChanged(NULL); |
