From b29bebf2f567e84f1a195d6da956dff39f294302 Mon Sep 17 00:00:00 2001 From: christianalfoni Date: Fri, 5 Jul 2019 12:32:00 +0200 Subject: [PATCH] fix(overmind): remove console as it breaks react native --- packages/node_modules/overmind/src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/node_modules/overmind/src/index.ts b/packages/node_modules/overmind/src/index.ts index 27367e48..d6505d9c 100644 --- a/packages/node_modules/overmind/src/index.ts +++ b/packages/node_modules/overmind/src/index.ts @@ -291,7 +291,6 @@ export class Overmind 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' }