mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Removed extraneous log messages
Many of our log messages were being used to generate metrics, but are now being aggregated and logged to a separate metrics log file and so we don't need them in the regular logs anymore. This addresses the goal of ticket #30830, to remove unecessary messages and keep broker logs for debugging purposes.
This commit is contained in:
parent
b29b49fc1c
commit
f3be34a459
2 changed files with 0 additions and 8 deletions
|
@ -114,7 +114,6 @@ func (m *Metrics) UpdateCountryStats(addr string) {
|
|||
|
||||
if !ok {
|
||||
country = "??"
|
||||
log.Println("Unknown geoip")
|
||||
}
|
||||
|
||||
//update map of unique ips and counts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue