You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#define SRLogError(frmt, ...) do{ NSLog((frmt), ##VA_ARGS); } while(0) - Change these lines to #define SRLogError(frmt, ...) do{ } while(0).
Similar way change the remaining SRLogs also. The NSLog can be added for only the type of logs which we are expecting.
Adding a log level is a must have on a framework which use networking stuff (avoiding basic sniffing/spoofing)
Morover, SignalR-Objc....
Really too damn high ...
The text was updated successfully, but these errors were encountered: