mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
cleanup debug code
This commit is contained in:
parent
a53550ea0e
commit
7fbff2cc27
@ -1436,7 +1436,6 @@
|
|||||||
|
|
||||||
// Release and remove all gPoints from the pointer list
|
// Release and remove all gPoints from the pointer list
|
||||||
for ( j = 0; j < gPointsToRemove.length; j++ ) {
|
for ( j = 0; j < gPointsToRemove.length; j++ ) {
|
||||||
$.console.log('stopTrackingPointer called from clerTrackedPointers ');
|
|
||||||
stopTrackingPointer( tracker, pointsList, gPointsToRemove[ j ] );
|
stopTrackingPointer( tracker, pointsList, gPointsToRemove[ j ] );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user