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 title
|
||||||
export let fillWidth
|
export let fillWidth
|
||||||
let visible = false
|
let visible = false
|
||||||
$: console.log(fillWidth)
|
|
||||||
export function show() {
|
export function show() {
|
||||||
if (visible) {
|
if (visible) {
|
||||||
return
|
return
|
||||||
|
|
|
@ -97,7 +97,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function lookForFilters(properties) {
|
function lookForFilters(properties) {
|
||||||
console.log("testing")
|
|
||||||
if (!properties) {
|
if (!properties) {
|
||||||
return []
|
return []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue