jubo-sdk 1.1.0 → 1.1.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/dist/index.cjs.js CHANGED
@@ -6991,9 +6991,6 @@ var url = location.href;
6991
6991
  var urlData = urlToParams(url);
6992
6992
  var device = urlData.device || ls.get('device') || '';
6993
6993
  var isfull = urlData.isfull || ls.get('isfull') || '';
6994
- setTimeout(function () {
6995
- console.log("🚀 ~ file: index.ts:20 ~ urlData.isfull || ls.get('isfull'):", isfull, urlData.isfull);
6996
- }, 1000);
6997
6994
  var version = urlData.version || ls.get('version') || '';
6998
6995
  ls.set('device', device);
6999
6996
  ls.set('isfull', isfull);