Skip to content

Commit

Permalink
Remove additional log line (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpurusho65 authored and Andre Giron committed May 9, 2023
1 parent f15b287 commit e7d439a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/golang/lib/engine/aq_engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,6 @@ func (eng *aqEngine) execute(

// Kick off execution by starting all operators that don't have any inputs.
for _, op := range dag.Operators() {
log.Infof("Dag Operator %s [%d], Type: %s", op.Name(), len(dag.Operators()), op.Type())
if op.Type() == operator_model.LoadType {
log.Infof("Skipping save operator %s Type: %s", op.Name(), op.Type())
continue
Expand Down

0 comments on commit e7d439a

Please sign in to comment.