Remove useless comment.

This commit is contained in:
Will Hunt 2018-10-03 10:39:09 +01:00 committed by GitHub
parent 41336a9de6
commit 259063eda6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,6 @@ function loadVideoElement(videoFile) {
// Load the file into an html element
const video = document.createElement("video");
// Once ready, returns its size
// Wait until we have enough data to thumbnail the first frame.
video.onloadeddata = function() {
URL.revokeObjectURL(video.src);