Skip to content

Commit 0ec2c9a

Browse files
committed
remove logs
1 parent 422478d commit 0ec2c9a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

data.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ const options = {
6262
(async function () {
6363
const result = await loadClientConfig();
6464

65-
const res = await getAllAnswerValues();
66-
const clientConfig = await loadClientConfig();
67-
68-
console.log(res);
69-
console.log(clientConfig);
70-
7165
const ctx = document.getElementById("data");
7266

7367
new Chart(ctx, {

0 commit comments

Comments
 (0)