Skip to content

Commit 0d5ff59

Browse files
committed
remove noisy repetitive logging
1 parent 258f50a commit 0d5ff59

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
@@ -385,13 +385,11 @@ extension SentrySDKWrapper {
385385

386386
var args: [String] {
387387
let args = ProcessInfo.processInfo.arguments
388-
print("[iOS-Swift] [debug] launch arguments: \(args)")
389388
return args
390389
}
391390

392391
var env: [String: String] {
393392
let env = ProcessInfo.processInfo.environment
394-
print("[iOS-Swift] [debug] environment: \(env)")
395393
return env
396394
}
397395

0 commit comments

Comments
 (0)