mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
chore: remove console.logs
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user