Remove test exception

This commit is contained in:
Shane Kilkelly 2018-12-04 10:14:39 +00:00
parent c0b52c5851
commit 8005ebf5d0

View file

@ -90,7 +90,7 @@ public class WLRepositoryResolver
return bridge.getUpdatedRepo(oauth2, projName).getJGitRepository();
} catch (RepositoryNotFoundException e) {
Log.info("Repository not found: " + name);
throw new RepositoryNotFoundException("derp");
throw e;
/*
} catch (ServiceNotAuthorizedException e) {
cannot occur