Skip to content

Commit

Permalink
removed broken logline
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Dec 10, 2024
1 parent 7c83f34 commit e72efa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/UpdatePanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ export default class UpdatePanel extends Panel {
if (!bootAppResponse.ok) {
throw new Error('Failed to fetch boot_app0.bin from local server');
}
console.log(`Fetched boot_app0.bin, Size: ${bootAppData.length} bytes`);

// Create the boot_app0.bin entry
const bootAppEntry = {
Expand Down

0 comments on commit e72efa9

Please sign in to comment.