Commit f973f321 authored by Rafal Zajac's avatar Rafal Zajac

Remove console.log

parent 703ad380
...@@ -568,7 +568,8 @@ function throttle(func, wait, options) { ...@@ -568,7 +568,8 @@ function throttle(func, wait, options) {
*/ */
updateHandles: function(which, newOffset) updateHandles: function(which, newOffset)
{ {
console.log(which, newOffset); // TODO: remove this! //console.log(this.scope[this.tracking], which, newOffset); // TODO: remove this!
if(which === 'rzSliderModel') if(which === 'rzSliderModel')
{ {
this.updateLowHandle(newOffset); this.updateLowHandle(newOffset);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment