Skip to content

Commit

Permalink
settings not needed for MicroData
Browse files Browse the repository at this point in the history
  • Loading branch information
tballmsft committed Sep 4, 2024
1 parent 7f2af40 commit 61aeba8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ namespace microcode {
new DistributedLoggingProtocol(this, false);
}

public saveBuffer(slot: string, buf: Buffer) {
reportEvent("app.save", { slot: slot, size: buf.length })
console.log(`save to ${slot}: ${buf.length}b`)
profile()
settings.writeBuffer(slot, buf)
}

public pushScene(scene: Scene) {
this.sceneManager.pushScene(scene)
}
Expand Down
1 change: 0 additions & 1 deletion pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"radio": "*",
"microphone": "*",
"datalogger": "*",
"settings": "*",
"pxt-arcadeshield": "github:microsoft/pxt-arcadeshield#v0.1.2",
"jacdac": "github:microsoft/pxt-jacdac#v1.9.28",
"jacdac-light-level": "github:microsoft/pxt-jacdac/light-level#v1.9.28",
Expand Down

0 comments on commit 61aeba8

Please sign in to comment.