Removed debug printing.
This commit is contained in:
parent
7e8c5beb62
commit
9d78cc02c6
|
@ -81,7 +81,6 @@ function VideoContent(video) as object
|
||||||
' todo - audioFormat is read only
|
' todo - audioFormat is read only
|
||||||
video.content.audioFormat = getAudioFormat(meta)
|
video.content.audioFormat = getAudioFormat(meta)
|
||||||
video.content.setCertificatesFile("common:/certs/ca-bundle.crt")
|
video.content.setCertificatesFile("common:/certs/ca-bundle.crt")
|
||||||
print "video url: " video.content.url
|
|
||||||
return video
|
return video
|
||||||
end function
|
end function
|
||||||
|
|
||||||
|
|
|
@ -82,7 +82,6 @@ sub rebuildURL(captions as boolean)
|
||||||
end if
|
end if
|
||||||
|
|
||||||
video.content.url = buildURL(base, params)
|
video.content.url = buildURL(base, params)
|
||||||
print "video url: " video.content.url
|
|
||||||
video.content.BookmarkPosition = int(video.position + playBackBuffer)
|
video.content.BookmarkPosition = int(video.position + playBackBuffer)
|
||||||
video.control = "play"
|
video.control = "play"
|
||||||
end sub
|
end sub
|
||||||
|
|
Loading…
Reference in New Issue
Block a user