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:
parent
45fb6e963a
commit
5c11a0fcba
1 changed files with 8 additions and 8 deletions
|
@ -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() }
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue