Skip to content

Commit

Permalink
fix: delete useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
emptyOVO committed Nov 22, 2024
1 parent d20f024 commit 104d8f3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ public boolean handleUnregister(String groupId) {
@Override
@VisibleForTesting
public boolean handleUpdate(ScheduleInfo scheduleInfo) {
start();
LOGGER.info("Update dolphin schedule info for {}", scheduleInfo.getInlongGroupId());
try {
return handleUnregister(scheduleInfo.getInlongGroupId()) && handleRegister(scheduleInfo);
Expand Down

0 comments on commit 104d8f3

Please sign in to comment.