Selaa lähdekoodia

Remove debug logging

Ruben 3 kuukautta sitten
vanhempi
sitoutus
d6fe55329e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/PicView.Core/Preloading/Preloader.cs

+ 1 - 1
src/PicView.Core/Preloading/Preloader.cs

@@ -17,7 +17,7 @@ public class PreLoader(Func<FileInfo, Task<ImageModel>> imageModelLoader) : IAsy
 #if DEBUG
     // ReSharper disable once ConvertToConstant.Local
     // ReSharper disable once FieldCanBeMadeReadOnly.Local
-    private static bool _showAddRemove = true;
+    private static bool _showAddRemove = false;
 #endif
 
     private readonly Lock _disposeLock = new();