debug leftoover

This commit is contained in:
sabban 2022-05-20 13:34:58 +02:00
parent e9a661c87f
commit b168820dbe

View file

@ -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)