Skip to content

Instantly share code, notes, and snippets.

@mturac
Created October 10, 2012 07:59
Show Gist options
  • Save mturac/3863922 to your computer and use it in GitHub Desktop.
Save mturac/3863922 to your computer and use it in GitHub Desktop.
console control
propaganda.common.writeLog = function(str)
{
if(typeof console != 'undefined')
console.log(str);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment