Remove spurious logline. Add .gitignore

This commit is contained in:
Pim van Pelt
2025-06-09 17:55:18 +02:00
parent a51efbf471
commit a96b853d06
2 changed files with 1 additions and 2 deletions

View File

@ -45,8 +45,6 @@ func statsRoutine(statsSocketPath string, period time.Duration, callback StatsCa
}
func queryInterfaceStats(c *core.StatsConnection, callback StatsCallback) {
log.Printf("Querying VPP interface stats at %s", time.Now().Format(time.RFC3339))
// Create the proper struct for interface stats
stats := new(api.InterfaceStats)