Remove debugging printf

This commit is contained in:
Tim Rühsen 2015-12-26 14:29:10 +01:00
parent 093d5eac3d
commit 5363290cbe
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}
printf("domain=%s label=%s\n", domain, suffix.label);
if (psl == &_builtin_psl) {
int rc = LookupStringInFixedSet(kDafsa, sizeof(kDafsa), suffix.label, suffix.length);
if (rc != -1) {