Skip to content

Commit 9d29ae9

Browse files
author
Noboru Saito
committed
delete debug print
1 parent 2567885 commit 9d29ae9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

trdsql.go

-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ Options:
117117
}
118118

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

0 commit comments

Comments
 (0)