Skip to content

Commit

Permalink
delete: deleted unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed Oct 12, 2024
1 parent fb23532 commit 6ccbfd3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public void visit(long memberId) {
String key = "visit:" + today;

if (!cachePort.getBit(key, foundMember.getId())) {
System.out.println("test");
foundMember.visit();
memberPort.update(foundMember);
cachePort.setBit(key, foundMember.getId(), true);
Expand Down

0 comments on commit 6ccbfd3

Please sign in to comment.