Skip to content

Commit

Permalink
fix(overmind): remove console as it breaks react native
Browse files Browse the repository at this point in the history
  • Loading branch information
christianalfoni committed Jul 5, 2019
1 parent 1e1406e commit b29bebf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/node_modules/overmind/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ export class Overmind<ThisConfig extends IConfiguration>
configuration.actions
)
} else {
console.log(location.hostname)
warning +=
'\n\n - You are not running on localhost. You will have to manually define the devtools option to connect'
}
Expand Down

0 comments on commit b29bebf

Please sign in to comment.