We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49982f commit 8d7f013Copy full SHA for 8d7f013
src/net/tootallnate/websocket/WebSocket.java
@@ -60,14 +60,8 @@ public enum Role{
60
* The byte representing the end of a WebSocket text frame.
61
*/
62
public static final byte END_OF_FRAME = (byte)0xFF;
63
-
+
64
public static final boolean DEBUG = false;
65
66
- static{
67
- if ( DEBUG ) {
68
- System.out.println("WebSocket debug mode enabled");
69
- }
70
71
72
73
// INSTANCE PROPERTIES /////////////////////////////////////////////////////
0 commit comments