Skip to content

Instantly share code, notes, and snippets.

@niceaji
Created March 19, 2014 04:04
Show Gist options
  • Save niceaji/9635271 to your computer and use it in GitHub Desktop.
Save niceaji/9635271 to your computer and use it in GitHub Desktop.
var log = function(){
if(location.href.indexOf("debug_messi=1") > -1 ){
var arg = $.makeArray(arguments);
arg.unshift("["+MODULE_NAME+"]");
console.log.apply(console, arg);
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment