Remove a noisy log from the router (#495)

This commit is contained in:
Soam Vasani
2018-02-12 16:27:55 -08:00
committed by GitHub
parent f695a81c46
commit 9a21e14a84
-2
View File
@@ -219,8 +219,6 @@ func (ts *HTTPTriggerSet) runWatcher(ctx context.Context, controller k8sCache.Co
}
func (ts *HTTPTriggerSet) syncTriggers() {
log.Printf("Syncing http triggers")
// get triggers
latestTriggers := ts.triggerStore.List()
triggers := make([]crd.HTTPTrigger, len(latestTriggers))