@reactoo/watchtogether-sdk-js 2.8.16 → 2.8.17

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": "@reactoo/watchtogether-sdk-js",
3
- "version": "2.8.16",
3
+ "version": "2.8.17",
4
4
  "description": "Javascript SDK for Reactoo",
5
5
  "main": "dist/watchtogether-sdk.min.js",
6
6
  "module": "dist/watchtogether-sdk.min.js",
@@ -2730,8 +2730,6 @@ class RoomSession {
2730
2730
 
2731
2731
  #publishRemote(handleId, jsep) {
2732
2732
 
2733
- console.log('picaaaa');
2734
-
2735
2733
  let handle = this.#getHandle(handleId);
2736
2734
  if (!handle) {
2737
2735
  return Promise.reject({