Skip to content

Commit 3ff67b7

Browse files
authored
Update CountlyServerConfig.m
1 parent 14602d0 commit 3ff67b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CountlyServerConfig.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,11 +324,10 @@ - (void)fetchServerConfigIfTimeIsUp
324324

325325
- (void)fetchServerConfig:(CountlyConfig *)config
326326
{
327-
CLY_LOG_D(@"Fetching server configs...");
328-
329327
if (_serverConfigDisabled) {
330328
return;
331329
}
330+
CLY_LOG_D(@"Fetching server configs...");
332331

333332
if (CountlyDeviceInfo.sharedInstance.isDeviceIDTemporary)
334333
return;

0 commit comments

Comments
 (0)