iOS web browser with a focus on security and privacy

HostSettings: this debug message is unhelpful, even in tracing

+1 -5
+1 -5
Endless/HostSettings.m
··· 90 90 } 91 91 } 92 92 93 - if (!hs) { 94 - #ifdef TRACE_HOST_SETTINGS 95 - NSLog(@"[HostSettings] using default settings for %@", host); 96 - #endif 93 + if (!hs) 97 94 hs = [self defaultHostSettings]; 98 - } 99 95 100 96 return hs; 101 97 }