Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Lebe1ge committed Nov 19, 2024
1 parent c184e80 commit df5e96b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions custom_components/linus_dashboard/www/linus-strategy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions src/views/HomeView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,14 +284,8 @@ class HomeView extends AbstractView {
}
);


console.log("floor", floor);
console.log("Helper.areas", Helper.areas);

for (const area of floor.areas_slug.map(area_slug => Helper.areas[area_slug]).values()) {

console.log('area', area);

type ModuleType = typeof import("../cards/HomeAreaCard");

let module: ModuleType;
Expand Down

0 comments on commit df5e96b

Please sign in to comment.