Skip to content

Commit

Permalink
chore: delete test code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kang1221 committed Aug 30, 2024
1 parent 677e69f commit 587199a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main/java/co/orange/ddanzi/service/SchedulerService.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,4 @@ public void updateExpiredItems() {
log.info("Updating expired items");
itemService.updateExpiredItems();
}

@Scheduled(fixedRate = 10000)
public void testScheduler() {
log.info("Running test scheduler");
TimeZone tz = TimeZone.getDefault();
System.out.println("서버의 시간대: " + tz.getID());
}
}

0 comments on commit 587199a

Please sign in to comment.