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