Skip to content

Instantly share code, notes, and snippets.

@joelg
Created January 12, 2010 15:07
Show Gist options
  • Save joelg/275265 to your computer and use it in GitHub Desktop.
Save joelg/275265 to your computer and use it in GitHub Desktop.
function log(message)
{
try {
console.log(message);
} catch(e) {
// do nothing
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment