!453 删除冗余打印

Merge pull request !453 from chen/1026
This commit is contained in:
mamingshuai 2022-10-26 08:58:06 +00:00 committed by Gitee
commit ac4f49c976
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -51,7 +51,6 @@ Uri::Uri(const string& uriString)
port_ = NOT_CALCULATED;
if (uriString.empty()) {
HiLog::Error(LABEL, "Input empty!");
return;
}