mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
minor cleanup
This commit is contained in:
@@ -54,8 +54,8 @@ export default class LanguageCard implements Card, Restorable<LanguageCardState>
|
||||
this.read2 = this.rom;
|
||||
}
|
||||
|
||||
private debug(...args: any[]) {
|
||||
debug.apply(null, args);
|
||||
private debug(..._args: any[]) {
|
||||
// debug.apply(null, args);
|
||||
}
|
||||
|
||||
private updateBanks() {
|
||||
|
Reference in New Issue
Block a user