James Moger
2014-03-16 b2ef03a213de13fe18874781458c8391aa6586f9
src/main/java/com/gitblit/transport/ssh/commands/SetAccountCommand.java
@@ -65,7 +65,6 @@
      if (!deleteSshKeys.isEmpty()) {
         deleteSshKeys(deleteSshKeys);
      }
      authenticator.getKeyCache().invalidate(user);
   }
   private void addSshKeys(List<String> sshKeys) throws UnloggedFailure,