remove canvas cursor debug output

This commit is contained in:
Paul Davis 2014-06-30 09:20:26 -04:00
parent 0b5b4dffc4
commit 88304ec448

View file

@ -1182,11 +1182,9 @@ Editor::which_track_cursor () const
case JOIN_OBJECT_RANGE_NONE:
case JOIN_OBJECT_RANGE_OBJECT:
cursor = which_grabber_cursor ();
cerr << "region use grabber\n";
break;
case JOIN_OBJECT_RANGE_RANGE:
cursor = _cursors->selector;
cerr << "region use selector\n";
break;
}
}
@ -1216,8 +1214,6 @@ Editor::choose_canvas_cursor_on_entry (GdkEventCrossing* /*event*/, ItemType typ
{
Gdk::Cursor* cursor = 0;
cerr << "entered new item type " << enum_2_string (type) << endl;
if (_drags->active()) {
return;
}