Skip to content

Commit

Permalink
Update GitPathHandler.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mcred committed Dec 10, 2024
1 parent 4580ca9 commit 57a6d40
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ public ResourceAccessor getResourceAccessor(String root) throws IOException {
try (Git git = this.getCloneCommand(root, path, branch).call()) {
Scope.getCurrentScope().getLog(GitPathHandler.class).fine("Repository cloned: " + path);
}
// CloneCommand cloneCommand = this.getCloneCommand(root, path, branch);
// cloneCommand.call();
// Scope.getCurrentScope().getLog(GitPathHandler.class).fine("Repository cloned: " + path);
}
} catch (GitAPIException | JGitInternalException e) {
throw new IOException(e.getMessage());
Expand Down

0 comments on commit 57a6d40

Please sign in to comment.