13
0

remove debug output

This commit is contained in:
Paul Davis 2021-10-04 17:47:55 -06:00
parent 0acc1a3fec
commit 8bdb8f51fd

View File

@ -377,7 +377,6 @@ Drag::adjusted_time (timepos_t const & f, GdkEvent const * event, bool snap) con
if (snap) {
_editor->snap_to_with_modifier (pos, event);
cerr << pos << endl;
}
return pos;