We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae4de2 commit 129cf76Copy full SHA for 129cf76
1 file changed
aether/client_connections/client_cloud_connection.cpp
@@ -108,7 +108,6 @@ void ClientCloudConnection::SelectConnection() {
108
.is_linked) {
109
OnConnected();
110
} else {
111
- AE_TELED_ERROR("CE2");
112
OnConnectionError();
113
}
114
})
@@ -136,7 +135,6 @@ void ClientCloudConnection::OnConnected() {
136
135
.in()
137
.stream_info()
138
139
- AE_TELED_ERROR("CE1");
140
141
142
0 commit comments