@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.
@@ -3321,12 +3321,6 @@ class VePlayerLive extends VePlayerBase {
3321
3321
  async function createLivePlayer(options) {
3322
3322
  var _a, _b;
3323
3323
  let player = void 0;
3324
- window._veplayer_test_log = {
3325
- start: {
3326
- msg: "start to create veplayer",
3327
- timestamp: performance.now()
3328
- }
3329
- };
3330
3324
  if (!options || !options.url && !options.playlist) {
3331
3325
  throw create(ErrorCode.INVALID_PARAMETER, new VeI18n());
3332
3326
  }