Skip to content

Commit 3129c3d

Browse files
committed
Remove commented-out debug code
1 parent d330033 commit 3129c3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extractor/extractor.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,6 @@ func extractExprs(tw *trap.Writer, exprs []ast.Expr, parent trap.Label, idx int,
11011101
func extractTypeOf(tw *trap.Writer, expr ast.Expr, lbl trap.Label) {
11021102
tp := typeOf(tw, expr)
11031103
if tp != nil {
1104-
// log.Printf("Extracting type of expr %v", expr)
11051104
tplbl := extractType(tw, tp)
11061105
dbscheme.TypeOfTable.Emit(tw, lbl, tplbl)
11071106
}

0 commit comments

Comments
 (0)