Skip to content

Commit

Permalink
remove loggerProvider from RelayModernMockEnvironment
Browse files Browse the repository at this point in the history
Reviewed By: jstejada

Differential Revision: D20699690

fbshipit-source-id: e90bad60de7c16e45df10ac7319a6ae3a2973c76
  • Loading branch information
kassens authored and facebook-github-bot committed Mar 27, 2020
1 parent 62a229a commit fa1320c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/relay-test-utils/RelayModernMockEnvironment.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,11 +441,6 @@ function createMockEnvironment(config?: {|
// $FlowExpectedError
const environment: RelayMockEnvironment = new Environment({
configName: 'RelayModernMockEnvironment',
loggerProvider: {
getLogger() {
return null;
},
},
network: Network.create(execute, execute),
store,
...config,
Expand Down

0 comments on commit fa1320c

Please sign in to comment.