1
0
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:
Matthias Hannig
2018-10-03 15:28:19 +02:00
parent 68eb954938
commit 2b06264082

View File

@ -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,