1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +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() {
// 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() }