Skip to content

Commit

Permalink
Removed URL log
Browse files Browse the repository at this point in the history
  • Loading branch information
chuhlomin committed Oct 4, 2019
1 parent be121bf commit d9ac1bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bus.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"encoding/json"
"fmt"
"io/ioutil"
"log"
"net/http"
"net/url"
"time"
Expand Down Expand Up @@ -53,7 +52,7 @@ func (c *BusTimeClient) GetStopMonitoringWithDetailLevel(stopID string, detailLe
v.Add("StopMonitoringDetailLevel", string(detailLevel))

url := fmt.Sprintf("%s?%s", stopMonitoringURL, v.Encode())
log.Println(url)

resp, err := c.client.Get(url)
if err != nil {
return nil, fmt.Errorf("failed to send GetStopMonitoring request: %v", err)
Expand Down

0 comments on commit d9ac1bd

Please sign in to comment.