cleanup debug code

This commit is contained in:
Mark Salsbery 2021-05-03 14:02:29 -07:00
parent a53550ea0e
commit 7fbff2cc27

View File

@ -1436,7 +1436,6 @@
// Release and remove all gPoints from the pointer list
for ( j = 0; j < gPointsToRemove.length; j++ ) {
$.console.log('stopTrackingPointer called from clerTrackedPointers ');
stopTrackingPointer( tracker, pointsList, gPointsToRemove[ j ] );
}
}