Skip to content

Commit

Permalink
fix: removed unfinished feature
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovian4 committed Nov 11, 2024
1 parent 10054c7 commit 47f04dd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/server/server_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ func NewServerManager(localization *localization.Localization, appConfig *config
historyMgr: historyMgr,
syntaxMgr: NewSyntaxManager(appConfig, historyMgr, localization),
}
if err := server.syntaxMgr.ConfigureAutocomplete(); err != nil {
fmt.Println(server.localization.Msg("autocomplete_config_failed"), err)
}
return server
}

Expand Down

0 comments on commit 47f04dd

Please sign in to comment.