1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-28 05:15:54 +00:00

eslint: comment out empty onEnable method

This commit is contained in:
lemonslut 2025-06-07 22:19:30 -06:00
parent 45fb6e963a
commit 5c11a0fcba
No known key found for this signature in database

View file

@ -125,14 +125,14 @@ export default class SocketClient extends Module {
} }
onEnable() { // onEnable() {
// We don't connect anymore. // We don't connect anymore.
// For now, stop connecting to the sockets for people using the // For now, stop connecting to the sockets for people using the
// API links experiment. // API links experiment.
// if ( this.experiments.getAssignment('api_links') ) // if ( this.experiments.getAssignment('api_links') )
// return; // return;
// this.connect(); // this.connect();
} // }
onDisable() { this.disconnect() } onDisable() { this.disconnect() }