src/main/java/com/gitblit/transport/ssh/gitblit/GitblitDispatcher.java
@@ -26,8 +26,6 @@ protected void setup(UserModel user) { // commands in this dispatcher register(user, VersionCommand.class); register(user, CreateRepository.class); register(user, SetAccountCommand.class); register(user, ConfigCommand.class); // nested dispatchers