Skip to content

Commit db0cbbd

Browse files
Remove commented line
1 parent 7bc9791 commit db0cbbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ func getDgraphClient() (*dgo.Dgraph, CancelFunc) {
3131
)
3232
for {
3333
dg, err = dgo.Open(fmt.Sprintf("dgraph://groot:password@%s?sslmode=disable", dgraphAddress))
34-
//dg, err = dgo.Open(fmt.Sprintf("dgraph://%s?sslmode=disable", dgraphAddress))
3534
if err == nil || !strings.Contains(err.Error(), "Please retry") {
3635
break
3736
}

0 commit comments

Comments
 (0)