Skip to content

Commit

Permalink
Router: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Nov 15, 2023
1 parent 0fe36c8 commit 6b2994b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ public void runJob() {
if (_log.shouldLog(Log.WARN))
_log.warn("Attempt to store the leaseSet associated with our own client sub DB");
getContext().statManager().addRateData("netDb.storeLocalLeaseSetToLocalClient", 1, 0);
// if we're working inside a client DB and recieve
dontBlamePeer = true;
throw new IllegalArgumentException("(dbid: " + _facade._dbid
+ ") Peer attempted to store local leaseSet: "
Expand Down

0 comments on commit 6b2994b

Please sign in to comment.