Skip to content

Commit

Permalink
uncomment session lines
Browse files Browse the repository at this point in the history
  • Loading branch information
oimyounis committed Jan 20, 2020
1 parent ab9881a commit 15fb510
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions broker.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ func NewBroker() (*Broker, error) {
GOTT.config = c
GOTT.logger = NewLogger(GOTT.config.logLevel)

//ss, err := loadSessionStore()
//if err != nil {
// return nil, err
//}
//GOTT.SessionStore = ss
ss, err := loadSessionStore()
if err != nil {
return nil, err
}
GOTT.SessionStore = ss

GOTT.bootstrapPlugins()

Expand Down

0 comments on commit 15fb510

Please sign in to comment.