Sham Dhiman
Sham Dhiman

Reputation: 1556

Stop / Hide GTMSessionFetcher Logs SwiftUI

is there way to hide and stop print in the Xcode console below types of logs.

GTMSessionFetcher invoking fetch callbacks, data {length = 2270, bytes = 0x7b227265 73756c74 223a7b22 72657375 ... 52696465 73227d7d }, error (null)

ScreenShot

ScreenShot

Upvotes: 4

Views: 3410

Answers (1)

Sham Dhiman
Sham Dhiman

Reputation: 1556

Follow below steps:-

  1. Open Xcode and find GTMSessionFetcher folder
  2. Select GTMSessionFetcher Class
  3. Comment the GTMSessionFetcher Log Debug line.

Please Check the attached screenshot.

Screenshot

Upvotes: 4

Related Questions