Skip to content

Commit 44147e1

Browse files
authored
Update sectionParser.go (#61)
* Update sectionParser.go remove print * Update sectionParser.go unused import
1 parent ec25925 commit 44147e1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

parser/sectionParser.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package parser
22

33
import (
4-
"encoding/json"
54
"regexp"
65
"strings"
76
"time"
@@ -50,10 +49,6 @@ func parseSection(rowInfo map[string]*goquery.Selection, classInfo map[string]st
5049
Grade_distribution: getGradeDistribution(session, sectionNumber, courseRef),
5150
}
5251

53-
a, _ := json.Marshal(section)
54-
println(string(a))
55-
a, _ = json.Marshal(*courseRef)
56-
println(string(a))
5752
// Add new section to section map
5853
Sections[section.Id] = &section
5954

0 commit comments

Comments
 (0)