From 37749892c00471613c8a184afa62f26db44038d1 Mon Sep 17 00:00:00 2001 From: fsdavid <daviti1@mail.com> Date: Wed, 6 Nov 2019 15:38:26 +0100 Subject: [PATCH] Update takeScreenshot.component.ts --- src/ui/takeScreenshot/takeScreenshot.component.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ui/takeScreenshot/takeScreenshot.component.ts b/src/ui/takeScreenshot/takeScreenshot.component.ts index 15909f478..82ba98006 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 +} -- GitLab