Removed comment and debug console log
This commit is contained in:
parent
1ac6244951
commit
bbb2c20b6e
|
@ -118,9 +118,6 @@
|
|||
// Edge around the draggable content
|
||||
let contentDragPadding = 200
|
||||
|
||||
// Auto scroll
|
||||
// let scrollInterval
|
||||
|
||||
const onScale = async () => {
|
||||
dispatch("zoom", $view.scale)
|
||||
await getDims()
|
||||
|
|
|
@ -402,7 +402,6 @@ const automationActions = store => ({
|
|||
traverse: (blockRefs, automation) => {
|
||||
let blocks = []
|
||||
if (!automation || !blockRefs) {
|
||||
console.error("Need a valid automation")
|
||||
return
|
||||
}
|
||||
if (automation.definition?.trigger) {
|
||||
|
|
Loading…
Reference in New Issue