Skip to content

Commit

Permalink
fix: remove debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
tympanix committed Jun 6, 2018
1 parent 8b3901f commit aa4175b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion provider/subscene.go
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ func (uri subsceneURL) Link() string {
}

func (uri subsceneURL) Download() (io.ReadCloser, error) {
fmt.Println(string(uri))
fulluri := fmt.Sprintf("%s%s", subsceneHost, string(uri))

suburl, err := url.ParseRequestURI(fulluri)
Expand Down

0 comments on commit aa4175b

Please sign in to comment.