diff --git a/src/ui/nehubaContainer/nehubaContainer.component.ts b/src/ui/nehubaContainer/nehubaContainer.component.ts
index bf4c59f5efbd7a13385cdea8e98666119a5ecde1..f665a73ed080e7831186c8dcec7ad9482208937c 100644
--- a/src/ui/nehubaContainer/nehubaContainer.component.ts
+++ b/src/ui/nehubaContainer/nehubaContainer.component.ts
@@ -155,8 +155,6 @@ export class NehubaContainer implements OnInit, OnChanges, OnDestroy{
 
   private ngPanelTouchMove$: Observable<any>
 
-  takingScreenshot = true
-
   constructor(
     private constantService : AtlasViewerConstantsServices,
     private apiService :AtlasViewerAPIServices,
@@ -1368,4 +1366,4 @@ export const userLmUnchanged = (oldlms, newlms) => {
 
 export const calculateSliceZoomFactor = (originalZoom) => originalZoom
   ? 700 * originalZoom / Math.min(window.innerHeight, window.innerWidth)
-  : 1e7
\ No newline at end of file
+  : 1e7