removed unused variables (#904)

This commit is contained in:
Benjamin Lörincz
2023-05-01 15:58:47 +02:00
committed by GitHub
parent 9f241949d6
commit e49d389784

View File

@@ -1,5 +1,4 @@
const form = document.getElementById('control-row');
const go = document.getElementById('go');
const input = document.getElementById('input');
const message = document.getElementById('message');