diff --git a/source/Ox.UI/js/Video/VideoElement.js b/source/Ox.UI/js/Video/VideoElement.js index ec012ab6..e18ef301 100644 --- a/source/Ox.UI/js/Video/VideoElement.js +++ b/source/Ox.UI/js/Video/VideoElement.js @@ -437,7 +437,6 @@ Ox.VideoElement = function(options, self) { } else { self.options.src = Ox.isArray(arguments[0]) ? arguments[0] : [arguments[0]]; if (self.loadedMetadata) { - console.log(self.currentPart, self.$video[self.currentPart], self.$video); //fixme: get rid of this to make use of browser caching // but in all browsers except firefox, // loadedmetadata fires only once per src