diff --git a/selection.c b/selection.c index ecc3979..c57af9d 100644 --- a/selection.c +++ b/selection.c @@ -600,7 +600,7 @@ LIB3270_EXPORT int lib3270_drag_selection(H3270 *h, unsigned char flag, int orig else if((flag&0x8F) == SELECTION_ACTIVE) return lib3270_move_selected_area(h,origin,baddr); - trace("%s",__FUNCTION__); +// trace("%s",__FUNCTION__); row = baddr/h->cols; col = baddr%h->cols; -- libgit2 0.21.2