Remove degug info

This commit is contained in:
alesapin 2019-06-24 14:18:53 +03:00
parent 331e17d56a
commit 5b378a3f01

View File

@ -45,10 +45,7 @@ inline StringRef getURLHost(const char * data, size_t size)
StringRef scheme = getURLScheme(data, size);
Pos scheme_end = data + scheme.size;
if (pos - scheme_end != 1 || *scheme_end != ':')
{
std::cerr << "RETURNING HERE\n";
return StringRef{};
}
}
// Check with we still have // character from the scheme