Skip to content

Commit

Permalink
remove debug print line of rewriter progress
Browse files Browse the repository at this point in the history
  • Loading branch information
jbielick committed Dec 14, 2022
1 parent 5ec3148 commit 81ab9fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rewriter.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ func (r *Rewriter) Visit(wrapper dag.Vertexer) {
line := scanner.Text()

if len(line) > 5 && line[0:6] == "INSERT" {
os.Stderr.WriteString(".")
stmtNode, err := r.Parser.ParseOneStmt(line, "", "")
if err != nil {
log.Fatal(err.Error())
Expand Down

0 comments on commit 81ab9fd

Please sign in to comment.