mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove test exception
This commit is contained in:
parent
c0b52c5851
commit
8005ebf5d0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue