Skip to content

Commit

Permalink
removed unnecessary database mirroring event handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-w-nick committed Nov 1, 2024
1 parent 4891a41 commit 5b6e12d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/token/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,6 @@ export class InitialSqlTokenHandler extends TokenHandler {
this.connection.emit('databaseChange', token.newValue);
}

onDatabaseMirroringPartner(token: DatabaseMirroringPartnerEnvChangeToken) {
this.connection.emit('databaseMirroringPartner', token.newValue);
}

onLanguageChange(token: LanguageEnvChangeToken) {
this.connection.emit('languageChange', token.newValue);
}
Expand Down Expand Up @@ -288,10 +284,6 @@ export class Login7TokenHandler extends TokenHandler {
this.connection.emit('databaseChange', token.newValue);
}

onDatabaseMirroringPartner(token: DatabaseMirroringPartnerEnvChangeToken) {
this.connection.emit('databaseMirroringPartner', token.newValue);
}

onLanguageChange(token: LanguageEnvChangeToken) {
this.connection.emit('languageChange', token.newValue);
}
Expand Down

0 comments on commit 5b6e12d

Please sign in to comment.