aboutsummaryrefslogtreecommitdiff
path: root/gomuks.go
diff options
context:
space:
mode:
Diffstat (limited to 'gomuks.go')
-rw-r--r--gomuks.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/gomuks.go b/gomuks.go
index 3e30035..8d5ac76 100644
--- a/gomuks.go
+++ b/gomuks.go
@@ -61,8 +61,8 @@ func NewGomuks(uiProvider ifc.UIProvider) *Gomuks {
// Save saves the active session and message history.
func (gmx *Gomuks) Save() {
gmx.config.SaveAll()
- debug.Print("Saving history...")
- gmx.ui.MainView().SaveAllHistory()
+ //debug.Print("Saving history...")
+ //gmx.ui.MainView().SaveAllHistory()
}
// StartAutosave calls Save() every minute until it receives a stop signal