Removing stragging LogStacktraces reference

This commit is contained in:
Brandon Sprague 2025-08-07 06:51:38 -07:00
parent f9d4510d6c
commit c44bf5f3da
1 changed files with 0 additions and 2 deletions

View File

@ -32,8 +32,6 @@ type Profile struct {
Version string Version string
// InstanceURL is the url of your memos instance. // InstanceURL is the url of your memos instance.
InstanceURL string InstanceURL string
// LogStacktraces determines if panic logs should include stacktraces
LogStacktraces bool
} }
func (p *Profile) IsDev() bool { func (p *Profile) IsDev() bool {