Remove console logs

This commit is contained in:
Guntis Smaukstelis
2025-02-26 13:32:07 +02:00
parent 5e47a336e6
commit 2206e1018a
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ class DataService(log: Logger[IO]) {
}
for {
_ <- logMemory
// _ <- logMemory
result <- fileResource.use { file =>
IO.blocking {
val buffer = new Array[Byte](length)