Skip to content

Commit 911b7cc

Browse files
author
James Cor
committed
debug
1 parent 2deb24d commit 911b7cc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sql/planbuilder/from.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -679,10 +679,6 @@ func (b *Builder) buildResolvedTable(inScope *scope, db, schema, name string, as
679679
asOfLit = asof
680680
}
681681

682-
if asOfLit != nil {
683-
print()
684-
}
685-
686682
if view := b.resolveView(name, database, asOfLit); view != nil {
687683
// TODO: Schema name
688684
return resolvedViewScope(outScope, view, db, name)

0 commit comments

Comments
 (0)