removed debug logs
This commit is contained in:
parent
25ca106b5c
commit
e541b3d7d5
@ -18,8 +18,6 @@ export class QuoteStatus extends Component<QuoteStatusProps> {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
|
||||
console.log("SUB")
|
||||
console.log(this.props.amount)
|
||||
this.deriveProps()
|
||||
}
|
||||
|
||||
@ -124,8 +122,6 @@ export class Statusbar extends Component<NewTickMessage> {
|
||||
}
|
||||
|
||||
render() {
|
||||
console.log("MAIN")
|
||||
console.log(this.props.price)
|
||||
return (
|
||||
<div className="bg-white border-t border-b sm:border-l sm:border-r sm:rounded shadow flex-grow mb-6">
|
||||
<div className="border-b px-6">
|
||||
|
Loading…
Reference in New Issue
Block a user