granthnk / hoverzoom

Automatically exported from code.google.com/p/hoverzoom
0 stars 0 forks source link

Each image is being written to the console.log #233

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the Chrome developer tools, specifically the console.
2. Hover over an image.
3. Observe the width, height and URL being logged into the console.

Hover Zoom version: 3.9.1
Google Chrome version: 18.0.1025.151
Operating system: Mac OS 10.6.8

Line 610 has this:
console.log(widthAttr + 'x' + heightAttr + ' - ' + img.attr('src'));

I assume this is debug code which should have been removed, but wasn't. Would 
it be possible to get it taken out? As a developer it's very annoying to have 
random lines inserted into my console.

Original issue reported on code.google.com by daniel.s...@gmail.com on 13 Apr 2012 at 8:25

GoogleCodeExporter commented 9 years ago

Original comment by romain.v...@gmail.com on 13 Apr 2012 at 8:38