mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-02 22:34:44 +00:00
Remove console logs (#262)
This commit is contained in:
parent
6f7e3c27e2
commit
aefb155b82
@ -290,9 +290,7 @@ export class SendTransaction extends React.Component<Props, State> {
|
||||
|
||||
public parseQuery() {
|
||||
const searchStr = this.props.location.search;
|
||||
console.log(searchStr);
|
||||
const query = queryString.parse(searchStr);
|
||||
console.log(query);
|
||||
const to = getParam(query, 'to');
|
||||
const data = getParam(query, 'data');
|
||||
// FIXME validate token against presets
|
||||
|
Loading…
x
Reference in New Issue
Block a user