mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-26 13:08:28 +00:00
remove logs
This commit is contained in:
parent
7fb9c3bf1e
commit
bfb757b3b1
@ -44,10 +44,6 @@ Loading...</textarea
|
|||||||
const evaluate = () => {
|
const evaluate = () => {
|
||||||
try {
|
try {
|
||||||
const pattern = eval(input.value);
|
const pattern = eval(input.value);
|
||||||
console.log('value', input.value);
|
|
||||||
|
|
||||||
console.log('pattern', pattern);
|
|
||||||
|
|
||||||
scheduler.setPattern(pattern);
|
scheduler.setPattern(pattern);
|
||||||
window.location.hash = '#' + encodeURIComponent(btoa(input.value)); // update url hash
|
window.location.hash = '#' + encodeURIComponent(btoa(input.value)); // update url hash
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user