@xmov/avatar 2.4.0-alpha.1 → 2.4.0-alpha.2

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": "@xmov/avatar",
3
- "version": "2.4.0-alpha.1",
3
+ "version": "2.4.0-alpha.2",
4
4
  "description": "魔珐数字人 JS-SDK",
5
5
  "type": "module",
6
6
  "source": "src/index.ts",
package/src/index.ts CHANGED
@@ -1676,7 +1676,6 @@ export default class XmovAvatar {
1676
1676
  * 切换隐身模式(暂停/恢复音视频实时渲染)
1677
1677
  */
1678
1678
  public switchInvisibleMode(): void {
1679
- console.log("")
1680
1679
  if (this._isClientMode) { this._apiForwarder?.switchInvisibleMode(); return; }
1681
1680
  if (!this.renderScheduler) {
1682
1681
  (window as any).avatarSDKLogger?.warn(