jlelse
/
kis3
Archived
1
Fork 0
This commit is contained in:
Jan-Lukas Else 2019-10-19 12:20:25 +02:00
parent e18e24da46
commit e0ffc51be3
1 changed files with 0 additions and 3 deletions

View File

@ -72,9 +72,6 @@ func trackView(urlString string, ref string, ua string) {
osInfo := userAgent.OSInfo()
if osInfo.FullName != "" {
osString = osInfo.FullName
if osInfo.Version != "" {
osString += " " + osInfo.Version
}
}
}
_, e := db.trackingStmt.Exec(sql.Named("url", urlString), sql.Named("ref", ref), sql.Named("ua", ua), sql.Named("bot", bot), sql.Named("os", osString))