mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
removed debug
This commit is contained in:
@ -131,7 +131,6 @@ export function loadRouteserverProtocol(routeserverId) {
|
||||
dispatch(loadRouteserverProtocolRequest(routeserverId));
|
||||
axios.get(`/api/routeservers/${routeserverId}/neighbours`)
|
||||
.then(({data}) => {
|
||||
console.log("LRS:", data);
|
||||
dispatch(loadRouteserverProtocolSuccess(
|
||||
routeserverId,
|
||||
data.neighbours,
|
||||
|
Reference in New Issue
Block a user