Skip to content

Commit

Permalink
Merge pull request #7 from nectify/log-revert
Browse files Browse the repository at this point in the history
Revert log Alert
  • Loading branch information
robink committed Aug 31, 2012
2 parents 9269d06 + 7b31407 commit 6a34233
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions jquery-ajax-jstorage-cache.js
Expand Up @@ -2,8 +2,6 @@
var log = function(message) {
if ( window.console ) {
console.debug( message );
} else {
alert( message );
}
};

Expand Down
2 changes: 1 addition & 1 deletion jquery-ajax-jstorage-cache.min.js

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

0 comments on commit 6a34233

Please sign in to comment.