remove logs

This commit is contained in:
Felix Roos 2022-04-01 21:02:11 +02:00
parent 7fb9c3bf1e
commit bfb757b3b1

View File

@ -44,10 +44,6 @@ Loading...</textarea
const evaluate = () => {
try {
const pattern = eval(input.value);
console.log('value', input.value);
console.log('pattern', pattern);
scheduler.setPattern(pattern);
window.location.hash = '#' + encodeURIComponent(btoa(input.value)); // update url hash
} catch (err) {