remove log in memory storage

This commit is contained in:
1e99 2024-12-16 16:32:57 +01:00
parent 22d90a57f5
commit bd12e1fbc9

View file

@ -44,8 +44,6 @@ public class MemoryStorage implements Storage {
continue;
}
System.out.printf("Cleared %s%n", id);
this.storage.remove(id);
}
}