mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Removed stray Console.WriteLine in ImageHelper.cs
This commit is contained in:
@@ -43,7 +43,6 @@ public static class ImageHelper
|
||||
|
||||
foreach (UserModel user in userModels)
|
||||
{
|
||||
Console.WriteLine(user.Cn);
|
||||
if (user.JpegPhoto is null) continue;
|
||||
ResizeAndConvertToWebp(user.JpegPhoto, 48);
|
||||
if (preloadType == UserImagePreloadType.FullSized)
|
||||
|
||||
Reference in New Issue
Block a user