deleted a printf statement I was using to debug, sorry about that

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1895 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Andrew Kelley
2008-12-08 23:05:11 +00:00
parent 74cc16151d
commit 686c3330d6

View File

@@ -1560,7 +1560,6 @@ void pianoRoll::mouseMoveEvent( QMouseEvent * _me )
int key_num = getKey( _me->y() );
printf("keynum = %i\n", key_num);
int x = _me->x();
// is the calculated key different from current key?