Skip to content

Commit

Permalink
Remove left over debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasloven committed Sep 5, 2022
1 parent 86b6cc3 commit f3dea44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/plugin/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ export const ServicesMixin = (SuperClass) => {
);

if (root) root.dispatchEvent(new CustomEvent("config-refresh"));

console.log(root);
};

const log = async (message) =>
Expand Down

0 comments on commit f3dea44

Please sign in to comment.