remove logs
This commit is contained in:
parent
7fb9c3bf1e
commit
bfb757b3b1
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue