Skip to content

Commit

Permalink
delete debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Noboru Saito committed Aug 6, 2017
1 parent 2567885 commit 9d29ae9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion trdsql.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ Options:
}

func (trdsql *TRDSQL) main(sqlstr string, output Output) int {
debug.Printf("driver: %s, dsn: %s", trdsql.driver, trdsql.dsn)
db, err := Connect(trdsql.driver, trdsql.dsn)
if err != nil {
log.Println("ERROR:", err)
Expand Down

0 comments on commit 9d29ae9

Please sign in to comment.