[GH-ISSUE #30] Use logging only in dev environment #23

Closed
opened 2026-03-23 20:31:15 +00:00 by mirror · 0 comments
Owner

Originally created by @pjlammertyn on GitHub (May 19, 2023).
Original GitHub issue: https://github.com/RADar-AZDelta/Keun/issues/30

Originally assigned to: @BostoenToby on GitHub.

import { dev } from '$app/environment'

 if (dev) console.log(`My fantastic log message`)
Originally created by @pjlammertyn on GitHub (May 19, 2023). Original GitHub issue: https://github.com/RADar-AZDelta/Keun/issues/30 Originally assigned to: @BostoenToby on GitHub. ```ts import { dev } from '$app/environment' if (dev) console.log(`My fantastic log message`) ```
mirror 2026-03-23 20:31:15 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
RADar-AZDelta/archived-Keun#23
No description provided.