This commit is contained in:
parent
f96b8a8266
commit
eda11309bc
1 changed files with 0 additions and 1 deletions
1
app.go
1
app.go
|
|
@ -51,7 +51,6 @@ func (a *App) LoadCurrentBuffer() (string, error) {
|
|||
}
|
||||
|
||||
func (a *App) SaveCurrentBuffer(buffer string) error {
|
||||
log.Printf("Saving buffer")
|
||||
return a.store.SaveBuffer(buffer)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue