Skip to content

Commit

Permalink
Remove console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
driverdan committed Feb 10, 2011
1 parent 92edc61 commit 89ac706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cssess-min.js

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

4 changes: 1 addition & 3 deletions cssess.js
Expand Up @@ -142,9 +142,7 @@ cssess.spider = function() {
// try / catch in case of cross domain issues
try {
cssess.checkStyles(this.src, cssess.$(this).contents());
} catch (e) {
console.log(e);
}
} catch (e) {}

// Continue spidering
cssess.spider();
Expand Down

0 comments on commit 89ac706

Please sign in to comment.