Skip to content

Commit

Permalink
Remove the commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
zpinto committed Jan 17, 2025
1 parent 32c9ebb commit 5485375
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2374,9 +2374,6 @@ public ZNRecord update(ZNRecord currentData) {
config.setInstanceDisabledType(disabledType);
}
}
// config.setInstanceOperation(new InstanceConfig.InstanceOperation.Builder().setOperation(
// enabled ? InstanceConstants.InstanceOperation.ENABLE
// : InstanceConstants.InstanceOperation.DISABLE).setReason(reason).build());
return config.getRecord();
}
}, AccessOption.PERSISTENT);
Expand Down

0 comments on commit 5485375

Please sign in to comment.