mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
remove logs
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user