function* removeMapSaga(action) {
    console.log(`SAGA will remove map ${action.mapId} from its group`);

    let api = window.wm_api;