Skip to content

Commit

Permalink
remove old log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagleft committed Feb 14, 2022
1 parent 9c17b30 commit 25bf5eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions request.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"errors"
"fmt"
"io/ioutil"
"log"
"net/http"
"reflect"
"strconv"
Expand Down Expand Up @@ -95,7 +94,6 @@ func (c *UtopiaClient) queryResultToStringsArray(methodName string, params map[s
}
response, err := c.apiQuery(methodName, params)
if result, ok := response["result"]; ok {
log.Println(result)
//check type assertion
IResult, isConvertable := result.([]string)
if !isConvertable {
Expand Down

0 comments on commit 25bf5eb

Please sign in to comment.