Removed comment and debug console log

This commit is contained in:
Dean 2024-11-05 09:35:43 +00:00
parent 1ac6244951
commit bbb2c20b6e
2 changed files with 0 additions and 4 deletions

View File

@ -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()

View File

@ -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) {