Skip to content

Commit

Permalink
Remove the log clutters.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Oct 20, 2023
1 parent b329e8e commit 7bfd3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ let OctaviaDevice = class extends CustomEventSource {
};
});
this.#receiveTree = tree;
console.debug(tree);
//console.debug(tree);
};
getActive() {
let result = this.#chActive;
Expand Down

0 comments on commit 7bfd3f9

Please sign in to comment.