From c44bf5f3da9920610e747e6d5c6b973c43ce3af0 Mon Sep 17 00:00:00 2001 From: Brandon Sprague Date: Thu, 7 Aug 2025 06:51:38 -0700 Subject: [PATCH] Removing stragging LogStacktraces reference --- internal/profile/profile.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/profile/profile.go b/internal/profile/profile.go index 77b62a714..8d551d669 100644 --- a/internal/profile/profile.go +++ b/internal/profile/profile.go @@ -32,8 +32,6 @@ type Profile struct { Version string // InstanceURL is the url of your memos instance. InstanceURL string - // LogStacktraces determines if panic logs should include stacktraces - LogStacktraces bool } func (p *Profile) IsDev() bool {