Skip to content

Commit

Permalink
prints
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Feb 12, 2022
1 parent 007436d commit 38d1a33
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,6 @@ public static void pull(String remoteURI, String branch)
}
command.setProgressMonitor(getProgressMoniter("Pulling " ,remoteURI));
command.call();
System.out.println(" ... Success!");
closeGit(git);
// new Exception(ref).printStackTrace();
} catch (CheckoutConflictException ex) {
Expand Down

0 comments on commit 38d1a33

Please sign in to comment.