Skip to content

Remove unwanted console.log#205

Open
wmcmurray wants to merge 1 commit into
creativelifeform:masterfrom
wmcmurray:patch-2
Open

Remove unwanted console.log#205
wmcmurray wants to merge 1 commit into
creativelifeform:masterfrom
wmcmurray:patch-2

Conversation

@wmcmurray
Copy link
Copy Markdown

Stuff got logged into my console all the time, so I removed it.

Also your _DEV_ const seems to be a function export :

export const __DEV__ = () => {

therefore any if statement like this : if (!__DEV__) { ... } will supposedly never be entered (because it's a function, so it equals true).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant