From 07b0f24cf15d2e72a3b0458969278733addcb9dc Mon Sep 17 00:00:00 2001 From: softsimon Date: Tue, 25 Jul 2023 14:26:43 +0900 Subject: [PATCH] Update frontend/src/app/shared/pipes/bytes-pipe/utils.ts --- frontend/src/app/shared/pipes/bytes-pipe/utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/app/shared/pipes/bytes-pipe/utils.ts b/frontend/src/app/shared/pipes/bytes-pipe/utils.ts index 86a1e1a1d..2700be45d 100644 --- a/frontend/src/app/shared/pipes/bytes-pipe/utils.ts +++ b/frontend/src/app/shared/pipes/bytes-pipe/utils.ts @@ -332,6 +332,5 @@ export function hasTouchScreen(): boolean { /\b(Android|Windows Phone|iPad|iPod)\b/i.test(UA); } } - console.log(hasTouchScreen); return hasTouchScreen; } \ No newline at end of file