Skip to content

Commit 0f66dfd

Browse files
committed
removing old debugging code
1 parent 4e32e43 commit 0f66dfd

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/TibiaHighscoresV3.go

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -100,18 +100,6 @@ func TibiaHighscoresV3Impl(world string, category HighscoreCategory, vocationNam
100100

101101
if len(subma1) > 0 {
102102

103-
// Debugging of what is in which column
104-
if TibiaDataDebug {
105-
log.Println("1 -> " + subma1[0][1])
106-
log.Println("2 -> " + subma1[0][2])
107-
log.Println("3 -> " + subma1[0][3])
108-
log.Println("4 -> " + subma1[0][4])
109-
log.Println("5 -> " + subma1[0][5])
110-
if category == loyaltypoints {
111-
log.Println("6 -> " + subma1[0][6])
112-
}
113-
}
114-
115103
HighscoreDataRank++
116104
if category == loyaltypoints {
117105
HighscoreDataTitle = subma1[0][2]
@@ -139,11 +127,6 @@ func TibiaHighscoresV3Impl(world string, category HighscoreCategory, vocationNam
139127
}
140128
})
141129

142-
// Printing the HighscoreData data to log
143-
if TibiaDataDebug {
144-
log.Println(HighscoreData)
145-
}
146-
147130
categoryString, _ := category.String()
148131

149132
//

0 commit comments

Comments
 (0)