Skip to content
Snippets Groups Projects
Commit da958a12 authored by Xiao Gui's avatar Xiao Gui
Browse files

tempdebug: remove unused waxholm

parent 4fbe7908
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ export class AtlasViewerDataService implements OnDestroy{
.catch(console.error)
}else if (templateSpace === 'Waxholm Rat V2.0'){
return Promise.all([
fetch('res/json/waxholmPlaneAggregatedData.json').then(res => res.json()),
// fetch('res/json/waxholmPlaneAggregatedData.json').then(res => res.json()),
fetch('res/json/camillaWaxholmPointsAggregatedData.json').then(res => res.json())
])
.then(arr => arr.reduce((acc,curr) => acc.concat(curr) ,[]))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment