Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
alikirec committed Dec 2, 2024
1 parent 422478d commit 0ec2c9a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ const options = {
(async function () {
const result = await loadClientConfig();

const res = await getAllAnswerValues();
const clientConfig = await loadClientConfig();

console.log(res);
console.log(clientConfig);

const ctx = document.getElementById("data");

new Chart(ctx, {
Expand Down

0 comments on commit 0ec2c9a

Please sign in to comment.