mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
Removed useless comment
This commit is contained in:
@@ -45,7 +45,7 @@ func removeSession(user User) {
|
||||
}
|
||||
fmt.Println(SESSIONS)
|
||||
SESSIONS[index] = SESSIONS[sessLen-1]
|
||||
SESSIONS[sessLen-1] = Session{} //TODO PAS SUR QUE ÇA FONCTIONNE
|
||||
SESSIONS[sessLen-1] = Session{}
|
||||
SESSIONS = SESSIONS[:sessLen-1]
|
||||
fmt.Println(SESSIONS)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user