Remove verbose HostConnection debug logs
Bug: 269781514
Test: None
Change-Id: I11852471eb7f33d57dda55ac80761628998f56f8
diff --git a/system/OpenglSystemCommon/HostConnection.cpp b/system/OpenglSystemCommon/HostConnection.cpp
index cac7ed7..d42ecf4 100644
--- a/system/OpenglSystemCommon/HostConnection.cpp
+++ b/system/OpenglSystemCommon/HostConnection.cpp
@@ -593,9 +593,6 @@
*pClientFlags = 0;
con->m_stream->commitBuffer(sizeof(unsigned int));
- DPRINT("HostConnection::get() New Host Connection established %p, tid %lu\n", con.get(),
- getCurrentThreadId());
-
#if defined(__linux__) || defined(__ANDROID__)
auto rcEnc = con->rcEncoder();
if (rcEnc != nullptr) {
@@ -654,7 +651,6 @@
// static
std::unique_ptr<HostConnection> HostConnection::createUnique(uint32_t capset_id) {
- DPRINT("%s: call\n", __func__);
return connect(capset_id);
}