Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #26 from github/remove-verbose-msg
Browse files Browse the repository at this point in the history
cleanup of stdout message
  • Loading branch information
Shlomi Noach committed Mar 16, 2016
2 parents 5bd6ee5 + f547e3a commit d94ce42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/logic/ccql.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
// line per row in tab delimited format
func queryHost(host string, user string, password string, defaultSchema string, queries []string, timeout float64) error {
mysqlURI := fmt.Sprintf("%s:%s@tcp(%s)/%s?timeout=%fs", user, password, host, defaultSchema, timeout)
fmt.Println(mysqlURI)
db, _, err := sqlutils.GetDB(mysqlURI)
if err != nil {
return err
Expand Down

0 comments on commit d94ce42

Please sign in to comment.