remove overactive log message

This commit is contained in:
ehouse 2006-06-22 03:37:21 +00:00
parent 15df92fc65
commit e32a445788

View file

@ -1765,7 +1765,6 @@ handleScroll( CEAppGlobals* globals, XP_S16 pos, /* only valid for THUMB* */
case SB_THUMBTRACK: /* still dragging; don't redraw */
case SB_THUMBPOSITION:
XP_LOGF( "Got scroll message: %d", pos );
newOffset = pos;
break;
default: