chore: remove console.logs

This commit is contained in:
Arman
2022-10-17 17:10:22 +02:00
parent 944c9dc6cb
commit f24b58d586
-4
View File
@@ -11,8 +11,6 @@
import { page } from '$app/stores';
import { calculateTime } from '$lib/helpers/timeConversion';
console.log('test');
let selectedTab: string;
let rawData: string;
@@ -38,8 +36,6 @@
return true;
}
}
console.log(isDeployment($log.data));
</script>
{#if $log.data}