summaryrefslogtreecommitdiff
path: root/wsmsg_choose.go
diff options
context:
space:
mode:
Diffstat (limited to 'wsmsg_choose.go')
-rw-r--r--wsmsg_choose.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/wsmsg_choose.go b/wsmsg_choose.go
index 92f6453..bde9bb8 100644
--- a/wsmsg_choose.go
+++ b/wsmsg_choose.go
@@ -39,11 +39,8 @@ func messageChooseCourse(
reportError reportErrorT,
mar []string,
userID string,
- session string,
userCourseGroups *userCourseGroupsT,
) error {
- _ = session
-
if atomic.LoadUint32(&state) != 2 {
err := writeText(ctx, c, "E :Course selections are not open")
if err != nil {