Skip to content

Commit

Permalink
Remove redundant initialization for marks and tags (#1811)
Browse files Browse the repository at this point in the history
  • Loading branch information
zenyusy authored Oct 14, 2024
1 parent 4de690d commit 440c258
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@ func run() {
app.ui.echoerrf("sync: %s", err)
}

if err := app.nav.readMarks(); err != nil {
app.ui.echoerrf("reading marks file: %s", err)
}

if err := app.nav.readTags(); err != nil {
app.ui.echoerrf("reading tags file: %s", err)
}

if err := app.readHistory(); err != nil {
app.ui.echoerrf("reading history file: %s", err)
}
Expand Down

0 comments on commit 440c258

Please sign in to comment.