tangled
alpha
login
or
join now
jcs.org
/
endless
0
fork
atom
iOS web browser with a focus on security and privacy
0
fork
atom
overview
issues
pulls
pipelines
HostSettings: this debug message is unhelpful, even in tracing
jcs.org
9 years ago
d85ddf5e
23db2e09
+1
-5
1 changed file
expand all
collapse all
unified
split
Endless
HostSettings.m
+1
-5
Endless/HostSettings.m
···
90
90
}
91
91
}
92
92
93
93
-
if (!hs) {
94
94
-
#ifdef TRACE_HOST_SETTINGS
95
95
-
NSLog(@"[HostSettings] using default settings for %@", host);
96
96
-
#endif
93
93
+
if (!hs)
97
94
hs = [self defaultHostSettings];
98
98
-
}
99
95
100
96
return hs;
101
97
}