Chill out logging of note content a little
This commit is contained in:
parent
94735318b6
commit
8340647f08
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ func (ns *NoteStore) GetOne(owner string, uid string) (*Note, bool) {
|
||||||
|
|
||||||
for _, note := range notes {
|
for _, note := range notes {
|
||||||
if note.Uid == uid {
|
if note.Uid == uid {
|
||||||
log.Printf("Found single note during GetOne %+v", note)
|
log.Printf("Found single note during GetOne %s", note.Title)
|
||||||
return note, true
|
return note, true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue