Skip to content

Commit

Permalink
chore: remove conditional debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tfkhdyt committed Nov 27, 2024
1 parent e630592 commit 2645238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ node_modules
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
repo
repo
.flatpak-builder
5 changes: 1 addition & 4 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script lang="ts">
import { invalidateAll } from '$app/navigation';
import { env } from '$env/dynamic/public';
import Card from '@/components/Card.svelte';
import Count from '@/components/Count.svelte';
import Tasks from '@/components/task/Tasks.svelte';
Expand Down Expand Up @@ -271,9 +270,7 @@
.exhaustive(),
data.appData.tasks.length === 0 && 'justify-center'
)}>
{#if !!env.PUBLIC_POMO_DEBUG}
{myResourceDir}
{/if}
{myResourceDir}
<Progress
value={progress}
class={cn(
Expand Down

0 comments on commit 2645238

Please sign in to comment.