cfpb / cfpb.github.io

A site for the CFPB to share and discuss its technology work with the world.
https://cfpb.github.io/
Creative Commons Zero v1.0 Universal
362 stars 98 forks source link

console.log fellowship link #36

Closed ascott1 closed 10 years ago

ascott1 commented 10 years ago

I spoke with Bruce this morning and he gave this the a-ok.

contolini commented 10 years ago

:yum:

himedlooff commented 10 years ago

Do you think it's worth doing "the check" when using console.log in production?

if ( window.console && window.console.log ) {
  // console is available
}
ascott1 commented 10 years ago

Yes, that'd be smart @himedlooff. I'll add it.

cmc333333 commented 10 years ago

Smart, @ascott1