mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-20 21:35:42 +02:00
remove some debug stuff
This commit is contained in:
parent
85955e7413
commit
b76e4a4501
1 changed files with 0 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue