Skip to content

Commit dd8c58a

Browse files
committed
Removing debugging note
1 parent 400a09a commit dd8c58a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sql/rowexec/proc.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,6 @@ func (b *BaseBuilder) buildLoop(ctx *sql.Context, n *plan.Loop, row sql.Row) (sq
278278
returnNode = subIterNode
279279
returnSch = subIterSch
280280
}
281-
} else {
282-
// TODO: When does this happen? Seems like it's being handled correctly, but need to double check
283-
fmt.Printf("Found a RowIter that isn't a BlockRowIter: %T\n", loopBodyIter)
284281
}
285282

286283
// Wrap the caching code in an inline function so that we can use defer to safely dispose of the cache

0 commit comments

Comments
 (0)