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

debug: remove allen blocks

parent da958a12
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ export class AtlasViewerDataService implements OnDestroy{
.catch(console.error)
}else if (templateSpace === 'Allen Mouse'){
return Promise.all([
'res/json/allen3DVolumeAggregated.json',
// 'res/json/allen3DVolumeAggregated.json',
'res/json/allenTestPlane.json',
'res/json/allen3DReconAggregated.json'
].map(url => fetch(url).then(res => res.json())))
......
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