Skip to content

Commit

Permalink
Removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Scholl authored and Zack Scholl committed Jan 15, 2017
1 parent 07d5d06 commit 271f67b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ func slashExplore2(c *gin.Context) {
} else {
m := location
for loc := range ps.Priors[network].P {
Debug.Println(loc, m)
n := ps.Priors[network].P[loc][m]
data.Macs = append(data.Macs, macDatum{Name: strings.Replace(loc, " ", "%20", -1), Points: n})
}
Expand Down

0 comments on commit 271f67b

Please sign in to comment.