removed console.log

pull/2/merge
Szymon Lesisz 6 years ago
parent 663729ea62
commit ad3237a49a

@ -177,7 +177,6 @@ export class DeviceDropdown extends Component<Props> {
}
const deviceList = devices.map((dev, index) => {
console.warn("DEVEEE", dev, selected, dev === selected);
if (dev === selected) return null;
let deviceStatus: string = "Connected";

@ -54,7 +54,6 @@ const WalletService: Middleware = (api: MiddlewareAPI) => (next: MiddlewareDispa
if (locationChange || prevState.connect.devices !== state.connect.devices) {
const device = getSelectedDevice(state);
if (state.wallet.selectedDevice !== device) {
console.warn("UPDATE SELECTED DEVICE!", state.router.location.state)
api.dispatch({
type: WALLET.SET_SELECTED_DEVICE,
device

Loading…
Cancel
Save