Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdettman committed Apr 5, 2020
1 parent b787f4f commit 9401a6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public int getOutputSize(int len)
case State.ENC_DATA:
return total + MAC_SIZE;
default:
throw new IllegalStateException("state="+state);
throw new IllegalStateException();
}
}

Expand Down

0 comments on commit 9401a6f

Please sign in to comment.