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