jackmoore / wheelzoom

A small script for zooming IMG elements with the mousewheel/trackpad.
http://www.jacklmoore.com/wheelzoom
MIT License
342 stars 95 forks source link

Spurious console output on 'wheelzoom.destroy' #15

Closed aaugustin closed 8 years ago

aaugustin commented 8 years ago

The source contains this statement (line 146):

console.log(originalProperties);

It appears to be forgotten debug code.