mirror of https://github.com/usememos/memos.git
Removing stragging LogStacktraces reference
This commit is contained in:
parent
f9d4510d6c
commit
c44bf5f3da
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue