From 1cc70258afbc5b149607a2003bf481de5c48db0b Mon Sep 17 00:00:00 2001 From: Elmar Kresse <18119527+masterElmar@users.noreply.github.com> Date: Mon, 26 Jun 2023 15:23:27 +0200 Subject: [PATCH] add fetcher for semgrp from xml --- service/fetchSeminarGroupService.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/service/fetchSeminarGroupService.go b/service/fetchSeminarGroupService.go index 1147b5f..7273133 100644 --- a/service/fetchSeminarGroupService.go +++ b/service/fetchSeminarGroupService.go @@ -43,8 +43,6 @@ func FetchSeminarGroups(c echo.Context, app *pocketbase.PocketBase) error { result, _ := getSeminarHTML() - println(result) - var studium []model.SeminarGroup studium = parseSeminarGroups(result)