Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
cubewhy committed Oct 20, 2024
1 parent d858ff7 commit 28ff5ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public boolean heartbeat(Gateway gateway) {
}
} catch (Exception e) {
log.error("Failed to send heartbeat to {}", gateway.getName());
log.error(e.getMessage(), e);
// log.error(e.getMessage(), e);
return false;
}
return true;
Expand Down

0 comments on commit 28ff5ac

Please sign in to comment.