Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Removed erroneous console.log() line
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymun committed Feb 11, 2016
1 parent 35c246b commit 5728dbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion dist/js/jquery.fluidbox.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/js/jquery.fluidbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -532,8 +532,6 @@
// Do not do anything if Fluidbox is not opened/closed, for performance reasons
if (fb.instanceData.state === null || typeof fb.instanceData.state === typeof undefined || fb.instanceData.state === 0) return false;

console.log('close!');

// Update state
fb.instanceData.state = 0;

Expand Down

0 comments on commit 5728dbd

Please sign in to comment.