debug leftoover
This commit is contained in:
parent
54ebaeb412
commit
c994e50844
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue