Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Remove unnecessary save, fixes #37
Browse files Browse the repository at this point in the history
  • Loading branch information
puffrfish committed May 30, 2017
1 parent 70927e5 commit 1ce749f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pufferd.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,6 @@ func main() {
if element.IsEnabled() {
logging.Info("Starting server " + element.Id())
element.Start()
err := programs.Save(element.Id())
if err != nil {
logging.Error("Error saving server file", err)
}
}
}

Expand Down

0 comments on commit 1ce749f

Please sign in to comment.