mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-23 23:11:12 +02:00
remove logs
This commit is contained in:
@@ -640,7 +640,6 @@ export default class App extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
console.log('itemId', this.props.itemId);
|
|
||||||
function setBodySize() {
|
function setBodySize() {
|
||||||
document.body.style.height = `${window.innerHeight}px`;
|
document.body.style.height = `${window.innerHeight}px`;
|
||||||
}
|
}
|
||||||
@@ -1939,7 +1938,6 @@ export default class App extends Component {
|
|||||||
this.loginBtnClickHandler();
|
this.loginBtnClickHandler();
|
||||||
}}
|
}}
|
||||||
onBuyFromExtensionClick={() => {
|
onBuyFromExtensionClick={() => {
|
||||||
console.log('open modal');
|
|
||||||
this.closeAllOverlays();
|
this.closeAllOverlays();
|
||||||
this.setState({ isProOnAppModalOpen: true });
|
this.setState({ isProOnAppModalOpen: true });
|
||||||
}}
|
}}
|
||||||
|
Reference in New Issue
Block a user