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.
- package/Posting.js +0 -1
- 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
|
}
|