mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-29 04:04:02 +03:00
btc: remove console.logs to prompt rebuild
This commit is contained in:
parent
d54f9cf129
commit
463059ba20
@ -90,8 +90,6 @@ export default class BridgeInvoice extends Component {
|
||||
inputBorder = 'red';
|
||||
}
|
||||
|
||||
console.log('bridge invoice', error);
|
||||
|
||||
return (
|
||||
<>
|
||||
{ this.props.state.broadcastSuccess ?
|
||||
|
@ -30,7 +30,6 @@ export class Root extends Component {
|
||||
this.ship = window.ship;
|
||||
this.state = store.state;
|
||||
store.setStateHandler(this.setState.bind(this));
|
||||
console.log('state', this.state);
|
||||
}
|
||||
|
||||
componentDidMount(){
|
||||
|
@ -6,7 +6,6 @@ export class UpdateReducer {
|
||||
if (!json) {
|
||||
return;
|
||||
}
|
||||
console.log('reduce', json);
|
||||
if (json.providerStatus) {
|
||||
this.reduceProviderStatus(json.providerStatus, state);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user