Skip to content

Commit b29bebf

Browse files
fix(overmind): remove console as it breaks react native
1 parent 1e1406e commit b29bebf

File tree

1 file changed

+0
-1
lines changed
  • packages/node_modules/overmind/src

1 file changed

+0
-1
lines changed

packages/node_modules/overmind/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ export class Overmind<ThisConfig extends IConfiguration>
291291
configuration.actions
292292
)
293293
} else {
294-
console.log(location.hostname)
295294
warning +=
296295
'\n\n - You are not running on localhost. You will have to manually define the devtools option to connect'
297296
}

0 commit comments

Comments
 (0)