From c994e5084412cef4ac1de3fcf641ae45d5e0306c Mon Sep 17 00:00:00 2001 From: sabban <15465465+sabban@users.noreply.github.com> Date: Fri, 20 May 2022 13:34:58 +0200 Subject: [PATCH] debug leftoover --- pkg/csplugin/broker.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/csplugin/broker.go b/pkg/csplugin/broker.go index 0c752b45b..a8d58bdfc 100644 --- a/pkg/csplugin/broker.go +++ b/pkg/csplugin/broker.go @@ -100,7 +100,6 @@ func (pb *PluginBroker) Run(pluginTomb *tomb.Tomb) { //we get signaled via the channel when notifications need to be delivered to plugin (via the watcher) pb.watcher.Start(&tomb.Tomb{}) for { - fmt.Printf("looping") select { case profileAlert := <-pb.PluginChannel: pb.addProfileAlert(profileAlert)