Commit 80f127911b8b2bf0bc31c5f46e7294d48a71f397
1 parent
20be8eba
Removed redundant echo of incoming command
Showing
1 changed file
with
0 additions
and
1 deletions
... | ... | @@ -77,7 +77,6 @@ public class PluginWebSocketHandler extends TextWebSocketHandler implements Plug |
77 | 77 | log.warn("[{}] Failed to find session", session.getId()); |
78 | 78 | session.close(CloseStatus.SERVER_ERROR.withReason("Session not found!")); |
79 | 79 | } |
80 | - session.sendMessage(message); | |
81 | 80 | } catch (IOException e) { |
82 | 81 | log.warn("IO error", e); |
83 | 82 | } | ... | ... |