Commit 2d9e7222 authored by Simon Pastor's avatar Simon Pastor
Browse files

fix

parent 658eb949
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -803,9 +803,6 @@ func checkPeriodicTrigger() {
		return
	}

	mutex.Lock()
	defer mutex.Unlock()

	changed := []string{}
	//this only checks at new or modified applications
	for _, appInfo := range appInfos {