Skip to content

Commit 129cf76

Browse files
remove logs
1 parent 9ae4de2 commit 129cf76

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

aether/client_connections/client_cloud_connection.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ void ClientCloudConnection::SelectConnection() {
108108
.is_linked) {
109109
OnConnected();
110110
} else {
111-
AE_TELED_ERROR("CE2");
112111
OnConnectionError();
113112
}
114113
})
@@ -136,7 +135,6 @@ void ClientCloudConnection::OnConnected() {
136135
.in()
137136
.stream_info()
138137
.is_linked) {
139-
AE_TELED_ERROR("CE1");
140138
OnConnectionError();
141139
}
142140
})

0 commit comments

Comments
 (0)