mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Remove degug info
This commit is contained in:
parent
331e17d56a
commit
5b378a3f01
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user