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 fillWidth
let visible = false
$: console.log(fillWidth)
export function show() {
if (visible) {
return

View File

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