Remove debugging printf
This commit is contained in:
parent
093d5eac3d
commit
5363290cbe
|
@ -829,8 +829,6 @@ static int _psl_is_public_suffix(const psl_ctx_t *psl, const char *domain, int t
|
||||||
suffix.length = p - suffix.label;
|
suffix.length = p - suffix.label;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("domain=%s label=%s\n", domain, suffix.label);
|
|
||||||
|
|
||||||
if (psl == &_builtin_psl) {
|
if (psl == &_builtin_psl) {
|
||||||
int rc = LookupStringInFixedSet(kDafsa, sizeof(kDafsa), suffix.label, suffix.length);
|
int rc = LookupStringInFixedSet(kDafsa, sizeof(kDafsa), suffix.label, suffix.length);
|
||||||
if (rc != -1) {
|
if (rc != -1) {
|
||||||
|
|
Loading…
Reference in New Issue