Remove unused signaling key code.

This commit is contained in:
Greyson Parrelli
2021-02-10 12:49:56 -05:00
committed by Cody Henthorne
parent 763a12dbc6
commit 29d66f2b92
11 changed files with 16 additions and 168 deletions

View File

@@ -249,8 +249,6 @@ public class IncomingMessageObserver {
}
} catch (TimeoutException e) {
Log.w(TAG, "Application level read timeout...");
} catch (InvalidVersionException e) {
Log.w(TAG, e);
}
}
} catch (Throwable e) {

View File

@@ -76,8 +76,6 @@ class WebsocketStrategy extends MessageRetrievalStrategy {
}
} catch (TimeoutException e) {
Log.w(TAG, "Websocket timeout." + timeSuffix(startTime));
} catch (InvalidVersionException e) {
Log.w(TAG, e);
}
}
} finally {