fix: error log and gin mode

This commit is contained in:
Lakhan Samani
2022-02-05 09:00:56 +05:30
parent 2f29bbcee4
commit 2bb0ded20e
4 changed files with 20 additions and 3 deletions

View File

@@ -138,7 +138,6 @@ func InitSession() {
}
} else {
log.Println("using in memory store to save sessions")
SessionStoreObj.InMemoryStoreObj = &InMemoryStore{
store: map[string]map[string]string{},
socialLoginState: map[string]string{},