Skip to content

Commit 8a8eff1

Browse files
committed
Removed two more noisy logs
1 parent 2004053 commit 8a8eff1

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

npm/pkg/dataplane/dataplane.go

-1
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,6 @@ func (dp *DataPlane) RemovePolicy(policyKey string) error {
617617
func (dp *DataPlane) UpdatePolicy(policy *policies.NPMNetworkPolicy) error {
618618
ok := dp.policyMgr.PolicyExists(policy.PolicyKey)
619619
if !ok {
620-
klog.Infof("[DataPlane] Policy %s is not found.", policy.PolicyKey)
621620
return dp.AddPolicy(policy)
622621
}
623622

npm/util/ioutil/restore.go

-2
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ func (creator *FileCreator) runCommandOnceWithFile(fileString, cmd string, args
185185
return false, nil
186186
}
187187

188-
klog.Infof("running this restore command: [%s]", commandString)
189-
190188
if creator.verbose {
191189
creator.logLines(commandString)
192190
}

0 commit comments

Comments
 (0)