Remove comment

This commit is contained in:
Marcin Kowalicki 2021-01-12 15:02:51 +01:00 committed by GitHub
parent bc0a1f6500
commit 004aff7a2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,3 @@
// TODO: do Marcina z przyszłości od Marcina z przeszłości: MARCIN SKOŃCZ OCENY!!!
var hash = require('object-hash'); var hash = require('object-hash');
const grades_ = document.querySelector('#grades_'); const grades_ = document.querySelector('#grades_');
@ -98,4 +97,4 @@ const getGrades = () => {
}) })
} }
grades_.addEventListener('click', getGrades); grades_.addEventListener('click', getGrades);