mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-12 06:08:34 +00:00
remove logs
This commit is contained in:
parent
7fb9c3bf1e
commit
bfb757b3b1
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user