remove log in memory storage
This commit is contained in:
parent
22d90a57f5
commit
bd12e1fbc9
1 changed files with 0 additions and 2 deletions
|
@ -44,8 +44,6 @@ public class MemoryStorage implements Storage {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
System.out.printf("Cleared %s%n", id);
|
|
||||||
|
|
||||||
this.storage.remove(id);
|
this.storage.remove(id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue