mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
minor cleanup
This commit is contained in:
parent
a3c7dd136b
commit
71814744eb
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user