mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Remove unnecessary log statements.
PiperOrigin-RevId: 800233284
This commit is contained in:
committed by
Copybara-Service
parent
fe81c82e88
commit
b255a7c63f
@@ -2795,7 +2795,8 @@ void NearbySharingServiceImpl::OnFrameRead(
|
||||
break;
|
||||
|
||||
default:
|
||||
LOG(ERROR) << __func__ << ": Discarding unknown frame of type";
|
||||
LOG(ERROR) << __func__ << ": Discarding unknown frame of type: "
|
||||
<< static_cast<int>(frame->type());
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
@@ -91,7 +91,7 @@ bool TransferManager::StartTransfer() {
|
||||
absl::MutexLock lock(&mutex_);
|
||||
|
||||
if (!is_waiting_for_high_quality_medium_) {
|
||||
LOG(WARNING) << "No need to wait for high quality medium.";
|
||||
VLOG(1) << "No need to wait for high quality medium.";
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user