From a96b853d064b6b94933ae8f8d32e83e4825aae8f Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Mon, 9 Jun 2025 17:55:18 +0200 Subject: [PATCH] Remove spurious logline. Add .gitignore --- .gitignore | 1 + vppstats/stats.go | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..585563f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +vpp-snmp-agent diff --git a/vppstats/stats.go b/vppstats/stats.go index f2c3241..406712f 100644 --- a/vppstats/stats.go +++ b/vppstats/stats.go @@ -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)