Skip to content

Commit

Permalink
orca: remove useless log statement (#6424)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfawley authored Jun 30, 2023
1 parent ea492f5 commit 6b8f427
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions orca/orca.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ func (loadParser) Parse(md metadata.MD) interface{} {
if err != nil {
logger.Infof("Parse failed: %v", err)
}
if lr == nil && logger.V(2) {
logger.Infof("Missing ORCA load report data")
}
return lr
}

Expand Down

0 comments on commit 6b8f427

Please sign in to comment.