mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-21 05:45:41 +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
|
// to update this bad boy after the animation
|
||||||
originalCurrentLocationToUpdate = this.getOneBeforeCommit(currentLocation);
|
originalCurrentLocationToUpdate = this.getOneBeforeCommit(currentLocation);
|
||||||
}
|
}
|
||||||
debugger;
|
|
||||||
|
|
||||||
var toRebase = this.filterRebaseCommits(toRebaseRough, stopSet, options);
|
var toRebase = this.filterRebaseCommits(toRebaseRough, stopSet, options);
|
||||||
if (!toRebase.length) {
|
if (!toRebase.length) {
|
||||||
|
@ -2482,7 +2481,6 @@ GitEngine.prototype.rebaseFinish = function(
|
||||||
// source to that commit
|
// source to that commit
|
||||||
chain = chain.then(function() {
|
chain = chain.then(function() {
|
||||||
if (originalCurrentLocationToUpdate) {
|
if (originalCurrentLocationToUpdate) {
|
||||||
console.log('in this branch');
|
|
||||||
this.setTargetLocation(originalCurrentLocationToUpdate, base);
|
this.setTargetLocation(originalCurrentLocationToUpdate, base);
|
||||||
this.checkout(originalCurrentLocationToUpdate);
|
this.checkout(originalCurrentLocationToUpdate);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue