@micromag/screen-video 0.3.797 → 0.3.798

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/es/index.js +1 -8
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -50,8 +50,7 @@ var defaultProps = {
50
50
  className: null
51
51
  };
52
52
  var VideoScreen = function VideoScreen(_ref) {
53
- var index = _ref.index,
54
- layout = _ref.layout,
53
+ var layout = _ref.layout,
55
54
  video = _ref.video,
56
55
  gotoNextScreenOnEnd = _ref.gotoNextScreenOnEnd,
57
56
  header = _ref.header,
@@ -122,12 +121,6 @@ var VideoScreen = function VideoScreen(_ref) {
122
121
  mediaRef = _usePlaybackMediaRef.ref,
123
122
  _usePlaybackMediaRef$ = _usePlaybackMediaRef.isCurrent,
124
123
  isCurrentMedia = _usePlaybackMediaRef$ === void 0 ? false : _usePlaybackMediaRef$;
125
- if (current) {
126
- console.log({
127
- index: index,
128
- isCurrentMedia: isCurrentMedia
129
- });
130
- }
131
124
  var _useState = useState(false),
132
125
  _useState2 = _slicedToArray(_useState, 2),
133
126
  hasPlayed = _useState2[0],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-video",
3
- "version": "0.3.797",
3
+ "version": "0.3.798",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -80,5 +80,5 @@
80
80
  "access": "public",
81
81
  "registry": "https://registry.npmjs.org/"
82
82
  },
83
- "gitHead": "6944f2be19e84970e0619c79a7f733433633093c"
83
+ "gitHead": "b37160d47945ff6e86db5abb772ce77033225169"
84
84
  }