logging in minified version
I am wondering why the minified version is littered with console logs? It is annoying getting every mouse event logged to the console.
Someone left the code with console logs in those events. You can compile the code with plovr and generate your own minified version removing those logs. Or you can download stable version of annotorious from https://github.com/annotorious/annotorious/releases/tag/v0.6.4
+1, All console.log messages should be stripped out of debug and minified IMO. Besides cluttering console, by having these, annotorious wouldn't run on IE < 10 unless a shim for console is added.
@vinodgubbala Even the stable version, debug or minified, have the console.log messages.