Remove spurious logline. Add .gitignore
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user