From d9c75e602950cdbc355b8e27ed8ad0ffb9efbf58 Mon Sep 17 00:00:00 2001
From: Xiao Gui <xgui3783@gmail.com>
Date: Thu, 24 Nov 2022 11:18:14 +0100
Subject: [PATCH] bugfix: remove debug statements

---
 src/viewerModule/nehuba/userLayers/service.ts | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/viewerModule/nehuba/userLayers/service.ts b/src/viewerModule/nehuba/userLayers/service.ts
index 3afcfba8e..607f01558 100644
--- a/src/viewerModule/nehuba/userLayers/service.ts
+++ b/src/viewerModule/nehuba/userLayers/service.ts
@@ -196,10 +196,6 @@ export class UserLayerService implements OnDestroy {
     private worker: AtlasWorkerService,
     private routerSvc: RouterService
   ) {
-    this.routerSvc.setCustomRoute(
-      OVERLAY_LAYER_KEY,
-      "nifti://http://localhost:3000/hoc1-right.nii.gz"
-    )
     this.#subscription.push(
       concat(
         of(null),
-- 
GitLab