From b76e4a4501dc546fe2f5672369dcc881fd566d05 Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Sat, 26 Apr 2025 12:57:09 -0400 Subject: [PATCH] remove some debug stuff --- src/js/git/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/js/git/index.js b/src/js/git/index.js index 0414c374..291a5242 100644 --- a/src/js/git/index.js +++ b/src/js/git/index.js @@ -2421,7 +2421,6 @@ GitEngine.prototype.rebaseFinish = function( // to update this bad boy after the animation originalCurrentLocationToUpdate = this.getOneBeforeCommit(currentLocation); } - debugger; var toRebase = this.filterRebaseCommits(toRebaseRough, stopSet, options); if (!toRebase.length) { @@ -2482,7 +2481,6 @@ GitEngine.prototype.rebaseFinish = function( // source to that commit chain = chain.then(function() { if (originalCurrentLocationToUpdate) { - console.log('in this branch'); this.setTargetLocation(originalCurrentLocationToUpdate, base); this.checkout(originalCurrentLocationToUpdate); } else {