diff --git a/src/socket.js b/src/socket.js index cf4f9c6b..90fbc3f2 100644 --- a/src/socket.js +++ b/src/socket.js @@ -125,14 +125,14 @@ export default class SocketClient extends Module { } - onEnable() { - // We don't connect anymore. - // For now, stop connecting to the sockets for people using the - // API links experiment. - //if ( this.experiments.getAssignment('api_links') ) - // return; - //this.connect(); - } + // onEnable() { + // We don't connect anymore. + // For now, stop connecting to the sockets for people using the + // API links experiment. + // if ( this.experiments.getAssignment('api_links') ) + // return; + // this.connect(); + // } onDisable() { this.disconnect() }