Skip to content

Commit f973f32

Browse files
committed
Remove console.log
1 parent 703ad38 commit f973f32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rzslider.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,8 @@ function throttle(func, wait, options) {
568568
*/
569569
updateHandles: function(which, newOffset)
570570
{
571-
console.log(which, newOffset); // TODO: remove this!
571+
//console.log(this.scope[this.tracking], which, newOffset); // TODO: remove this!
572+
572573
if(which === 'rzSliderModel')
573574
{
574575
this.updateLowHandle(newOffset);

0 commit comments

Comments
 (0)