diff --git a/src/ui/takeScreenshot/takeScreenshot.component.ts b/src/ui/takeScreenshot/takeScreenshot.component.ts
index 15909f478f3a7419bbf040081f4981923a0a7b90..82ba98006ee4ee859a4d024670579c58ce581a23 100644
--- a/src/ui/takeScreenshot/takeScreenshot.component.ts
+++ b/src/ui/takeScreenshot/takeScreenshot.component.ts
@@ -163,10 +163,8 @@ export class TakeScreenshotComponent implements OnInit {
         this.takingScreenshot = false
 
         if (this.boxEndWidth * window.devicePixelRatio <= 1 && this.boxEndHeight * window.devicePixelRatio <= 1) {
-            console.log(1)
             this.cancelTakingScreenshot()
         } else {
-            console.log(2)
             this.takeScreenshot()
         }
 
@@ -226,4 +224,4 @@ export class TakeScreenshotComponent implements OnInit {
         this.screenshotStartY = 0
     }
 
-}
\ No newline at end of file
+}