terrymun / Fluidbox

Replicating and improving the lightbox module seen on Medium with fluid transitions.
http://terrymun.github.io/Fluidbox/
Other
2.15k stars 168 forks source link

Forgotten console.log Statement In Production #162

Closed superKalo closed 8 years ago

superKalo commented 8 years ago

Hey @terrymun,

Thanks for the great plugin!

I spot you left one console.log statement in production, here https://github.com/terrymun/Fluidbox/blob/master/src/js/jquery.fluidbox.js#L535 (also exists in the minified version). I believe it shouldn't exist in production ;-)

Greetings, Kalo.

terrymun commented 8 years ago

Thanks for the heads up! This has been resolved in the latest commit 5728dbd.

superKalo commented 8 years ago

You're welcome :+1: