Skip to content

Commit

Permalink
Cleanup logging
Browse files Browse the repository at this point in the history
  • Loading branch information
grafnu committed Jan 9, 2025
1 parent f776c33 commit 76bbc41
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,6 @@ private void unbindDevice(String registryId, String gatewayId, String proxyId) {

private void unbindGatewayDevices(String registryId, Device gatewayDevice, Set<String> unbindIds) {
String gatewayId = gatewayDevice.toBuilder().getId();
info("TAP unbindGatewayDevices %d for gateway %s", unbindIds.size(), gatewayId);
unbindIds.forEach(id -> unbindDevice(registryId, gatewayId, id));
}

Expand Down

0 comments on commit 76bbc41

Please sign in to comment.