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 {