muba-posting 4.1.29 → 4.2.0

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.
Files changed (2) hide show
  1. package/Posting.js +0 -1
  2. package/package.json +1 -1
package/Posting.js CHANGED
@@ -302,7 +302,6 @@ export default class Posting extends React.Component {
302
302
 
303
303
  if (this.state.fullPosting && this.state.postingAd.town && Views.PUBLISH_6 !== this.state.view && Views.PAYMENT_ONLINE !== view) {
304
304
  const ad = { ...this.state.postingAd };
305
- console.log(ad)
306
305
  if (Views.PUBLISH_4 !== this.state.view) {
307
306
  delete ad.images;
308
307
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "muba-posting",
3
- "version": "4.1.29",
3
+ "version": "4.2.0",
4
4
  "description": "Posting",
5
5
  "main": "Posting.js",
6
6
  "scripts": {