mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 16:02:28 +00:00
remove spurrious console logs
This commit is contained in:
@@ -67,7 +67,6 @@
|
||||
)
|
||||
if (c.componentInput.runnable?.type == 'runnableByName') {
|
||||
let hex = await hash(c.componentInput.runnable.inlineScript?.content)
|
||||
console.log(staticInputs)
|
||||
return [`rawscript/${hex}`, staticInputs]
|
||||
} else if (c.componentInput.runnable?.type == 'runnableByPath') {
|
||||
return [
|
||||
|
||||
@@ -38,8 +38,6 @@
|
||||
)
|
||||
.filter(([i, f, m]) => f.length > 0)
|
||||
|
||||
$: console.log({flowState: $flowStateStore, steps});
|
||||
|
||||
setContext<PropPickerWrapperContext>('PropPickerWrapper', {
|
||||
focusProp: () => {},
|
||||
propPickerConfig: writable(undefined),
|
||||
|
||||
@@ -89,7 +89,6 @@
|
||||
$: if (innerWidth < 1248 && innerWidth >= 768) {
|
||||
isCollapsed = true
|
||||
} else if ((innerWidth >= 1248 || innerWidth < 768) && !$page.url.pathname.startsWith('/apps')) {
|
||||
console.log($page.url.pathname)
|
||||
isCollapsed = false
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user