diff --git a/test/react-native/features/fixtures/scenario-launcher/src/lib/ScenarioLauncher.js b/test/react-native/features/fixtures/scenario-launcher/src/lib/ScenarioLauncher.js index 01713c88db..278d847c08 100644 --- a/test/react-native/features/fixtures/scenario-launcher/src/lib/ScenarioLauncher.js +++ b/test/react-native/features/fixtures/scenario-launcher/src/lib/ScenarioLauncher.js @@ -24,8 +24,6 @@ async function runScenario (scenarioName, apiKey, notifyEndpoint, sessionEndpoin console.error('[Bugsnag ScenarioLauncher] clearing persistent data') NativeInterface.clearPersistentData() - console.error(`[Bugsnag ScenarioLauncher] with config: ${JSON.stringify(nativeConfig)} (native) and ${JSON.stringify(jsConfig)} (js)`) - // start the native client console.error('[Bugsnag ScenarioLauncher] starting native Bugsnag') await NativeInterface.startBugsnag(nativeConfig)