debug leftoover

This commit is contained in:
sabban 2022-05-20 13:34:58 +02:00
parent 54ebaeb412
commit c994e50844

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)