diff --git a/src/atlasViewer/atlasViewer.dataService.service.ts b/src/atlasViewer/atlasViewer.dataService.service.ts
index 529372a66b453bf6ef324485a1ddf07311193346..c62004b4600f60ab220873adf796d85e6848661f 100644
--- a/src/atlasViewer/atlasViewer.dataService.service.ts
+++ b/src/atlasViewer/atlasViewer.dataService.service.ts
@@ -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())))