We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422478d commit 0ec2c9aCopy full SHA for 0ec2c9a
data.js
@@ -62,12 +62,6 @@ const options = {
62
(async function () {
63
const result = await loadClientConfig();
64
65
- const res = await getAllAnswerValues();
66
- const clientConfig = await loadClientConfig();
67
-
68
- console.log(res);
69
- console.log(clientConfig);
70
71
const ctx = document.getElementById("data");
72
73
new Chart(ctx, {
0 commit comments