Removing console logs created during automation rework.
This commit is contained in:
parent
5413eacf13
commit
d76e3beac9
|
@ -8,7 +8,6 @@
|
|||
export let title
|
||||
export let fillWidth
|
||||
let visible = false
|
||||
$: console.log(fillWidth)
|
||||
export function show() {
|
||||
if (visible) {
|
||||
return
|
||||
|
|
|
@ -97,7 +97,6 @@
|
|||
}
|
||||
|
||||
function lookForFilters(properties) {
|
||||
console.log("testing")
|
||||
if (!properties) {
|
||||
return []
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue