1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-27 11:22:06 +02:00

Removed dumb leftover log output.

This commit is contained in:
Steve Heffernan 2012-03-19 09:42:41 -07:00
parent 10c4ef87a3
commit 393973775c

View File

@ -877,7 +877,6 @@ _V_.Player = _V_.Component.extend({
if (prefix == "webkit") {
isFullScreen = prefix + "IsFullScreen";
} else {
_V_.log("moz here")
isFullScreen = prefix + "FullScreen";
}
}