Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Commit

Permalink
Add console log with link to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbainter committed Mar 19, 2019
1 parent ef1ce37 commit ca759af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ if (isProduction) {
store.dispatch(indicateUpdateAvailable());
},
});

//eslint-disable-next-line no-console
console.log('https://github.com/generative-music/generative.fm');
}

const makeSetOnlineStatus = online => () =>
Expand Down

0 comments on commit ca759af

Please sign in to comment.