mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-04 08:01:54 +00:00
remove unsused log
This commit is contained in:
@@ -12,13 +12,7 @@
|
||||
export let prefix = ''
|
||||
export let viewOnly = false
|
||||
|
||||
let popupOpen = false
|
||||
|
||||
const { propPickerConfig } = getContext<PropPickerWrapperContext>('PropPickerWrapper')
|
||||
|
||||
$: console.log('dbg view only', viewOnly)
|
||||
$: console.log('dbg popupOpen', popupOpen)
|
||||
$: console.log('dbg json', json)
|
||||
</script>
|
||||
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user