Update frontend/src/app/shared/pipes/bytes-pipe/utils.ts

This commit is contained in:
softsimon 2023-07-25 14:26:43 +09:00 committed by GitHub
parent 0a0978f7d7
commit 07b0f24cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -332,6 +332,5 @@ export function hasTouchScreen(): boolean {
/\b(Android|Windows Phone|iPad|iPod)\b/i.test(UA);
}
}
console.log(hasTouchScreen);
return hasTouchScreen;
}