We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14602d0 commit 3ff67b7Copy full SHA for 3ff67b7
CountlyServerConfig.m
@@ -324,11 +324,10 @@ - (void)fetchServerConfigIfTimeIsUp
324
325
- (void)fetchServerConfig:(CountlyConfig *)config
326
{
327
- CLY_LOG_D(@"Fetching server configs...");
328
-
329
if (_serverConfigDisabled) {
330
return;
331
}
+ CLY_LOG_D(@"Fetching server configs...");
332
333
if (CountlyDeviceInfo.sharedInstance.isDeviceIDTemporary)
334
0 commit comments