Skip to content

Commit

Permalink
test log
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhoune committed Sep 11, 2023
1 parent a115f9a commit 0c2ea3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/statistics/canvas-overlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class CanvasStatsOverlay extends LitElement {
}

const statistics = await response.json();
console.log(statistics);
this.loading = false;
this.statistics = statistics;
} catch (error) {
Expand Down

0 comments on commit 0c2ea3f

Please sign in to comment.