Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ViscousPot committed Oct 11, 2024
1 parent cebeb72 commit 9d63a63
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ class GitManager(private val context: Context, private val activity: AppCompatAc
remote = repoUrl
}) {
for (remoteUpdate in pushResult.remoteUpdates) {
// if (remoteUpdate.trackingRefUpdate )
when (remoteUpdate.status) {
RemoteRefUpdate.Status.REJECTED_NONFASTFORWARD -> {
log("PushToRepo", "Attempting rebase on REJECTED_NONFASTFORWARD")
Expand Down

0 comments on commit 9d63a63

Please sign in to comment.