Skip to content

Commit

Permalink
Remove debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Nov 22, 2024
1 parent 5c330a5 commit 7b30c38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/host/export/ProductInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export class ProductInfo {
static init() {
this.#extractInfo();
ThisModule.logger?.productInfo(this.#info);
ThisModule.logger?.HELLO_THERE({ abc: 'boop', 'cd-ef': 'floop', 97: 'zoop', [-123]: 'doop' });
}

/**
Expand Down

0 comments on commit 7b30c38

Please sign in to comment.