@byteplus/veplayer 2.3.1-rc.0 → 2.3.1-rc.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteplus/veplayer",
3
- "version": "2.3.1-rc.0",
3
+ "version": "2.3.1-rc.1",
4
4
  "main": "./umd/veplayer.production.js",
5
5
  "module": "./esm/veplayer.production.js",
6
6
  "browser": "./umd/veplayer.production.js",
@@ -3325,12 +3325,6 @@ var __publicField = (obj, key, value) => {
3325
3325
  async function createLivePlayer(options) {
3326
3326
  var _a, _b;
3327
3327
  let player = void 0;
3328
- window._veplayer_test_log = {
3329
- start: {
3330
- msg: "start to create veplayer",
3331
- timestamp: performance.now()
3332
- }
3333
- };
3334
3328
  if (!options || !options.url && !options.playlist) {
3335
3329
  throw create(ErrorCode.INVALID_PARAMETER, new VeI18n());
3336
3330
  }