Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save osvaldasvalutis/3745325cbf9393173f0255cc9c3bf4ea to your computer and use it in GitHub Desktop.
Save osvaldasvalutis/3745325cbf9393173f0255cc9c3bf4ea to your computer and use it in GitHub Desktop.
const logMsg = (msg) => {
if('<%= app.config[:environment] %>' == 'development') {
console.log(msg);
}
};
// ...
logMsg('Install event');
// ...
logMsg('Activate event');
// etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment