Skip to content

Commit 35ad5cd

Browse files
authored
test(react-native): remove problematic logging from ScenarioLauncher.js (#2403)
1 parent 6326fb1 commit 35ad5cd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/react-native/features/fixtures/scenario-launcher/src/lib/ScenarioLauncher.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ async function runScenario (scenarioName, apiKey, notifyEndpoint, sessionEndpoin
2424
console.error('[Bugsnag ScenarioLauncher] clearing persistent data')
2525
NativeInterface.clearPersistentData()
2626

27-
console.error(`[Bugsnag ScenarioLauncher] with config: ${JSON.stringify(nativeConfig)} (native) and ${JSON.stringify(jsConfig)} (js)`)
28-
2927
// start the native client
3028
console.error('[Bugsnag ScenarioLauncher] starting native Bugsnag')
3129
await NativeInterface.startBugsnag(nativeConfig)

0 commit comments

Comments
 (0)