apps-sdk 1.0.118 → 1.0.119

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": "apps-sdk",
3
- "version": "1.0.118",
3
+ "version": "1.0.119",
4
4
  "description": "Apps SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -207,8 +207,6 @@ class PayWall extends React.Component {
207
207
  return null;
208
208
  }
209
209
 
210
- console.log('this.paywallData.url', this.paywallData.url);
211
-
212
210
  return (
213
211
  <BottomSheet visible={visible}>
214
212
  <View style={styles.bottomNavigationView}>