Skip to content

Commit 760f8ac

Browse files
committed
Merge branch 'armcknight/test/restart-sdk-on-reconfig' into armcknight/test/more-override-config
2 parents 091c49d + 0d5ff59 commit 760f8ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Samples/SentrySampleShared/SentrySampleShared/SentrySDKWrapper.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,13 +389,11 @@ extension SentrySDKWrapper {
389389

390390
var args: [String] {
391391
let args = ProcessInfo.processInfo.arguments
392-
print("[iOS-Swift] [debug] launch arguments: \(args)")
393392
return args
394393
}
395394

396395
var env: [String: String] {
397396
let env = ProcessInfo.processInfo.environment
398-
print("[iOS-Swift] [debug] environment: \(env)")
399397
return env
400398
}
401399

0 commit comments

Comments
 (0)