Skip to content

Commit

Permalink
remove panic log
Browse files Browse the repository at this point in the history
  • Loading branch information
noelyahan committed Jul 30, 2018
1 parent c2c5f74 commit 1f92b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func (v *Video) Write(b []byte) (n int, err error) {
}

func (v *Video) Download() *Video {
log.Panic(v.getUrl())
//log.Panic(v.getUrl())

// this has to have a public chan to notify the download is done
go func() {
Expand Down

0 comments on commit 1f92b9b

Please sign in to comment.