summaryrefslogtreecommitdiff
path: root/wsmsg_unchoose.go
diff options
context:
space:
mode:
Diffstat (limited to 'wsmsg_unchoose.go')
-rw-r--r--wsmsg_unchoose.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/wsmsg_unchoose.go b/wsmsg_unchoose.go
index 07cb18b..e3a7ec6 100644
--- a/wsmsg_unchoose.go
+++ b/wsmsg_unchoose.go
@@ -35,11 +35,8 @@ func messageUnchooseCourse(
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 {