Removing console logs created during automation rework.

This commit is contained in:
mike12345567 2021-09-16 16:24:32 +01:00
parent 5413eacf13
commit d76e3beac9
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -97,7 +97,6 @@
} }
function lookForFilters(properties) { function lookForFilters(properties) {
console.log("testing")
if (!properties) { if (!properties) {
return [] return []
} }