mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-06 01:27:24 +03:00
remove debug logs
This commit is contained in:
parent
c896d2b8f2
commit
3a85984e51
@ -593,12 +593,10 @@ pub fn list_virtual_branches(
|
||||
|
||||
let statuses = get_status_by_branch(gb_repository, project_repository)?;
|
||||
for (branch, files) in &statuses {
|
||||
dbg!(&files);
|
||||
// check if head tree does not match target tree
|
||||
// if so, we diff the head tree and the new write_tree output to see what is new and filter the hunks to just those
|
||||
let vfiles =
|
||||
calculate_non_commited_files(project_repository, branch, &default_target, files)?;
|
||||
dbg!(&vfiles);
|
||||
|
||||
let repo = &project_repository.git_repository;
|
||||
|
||||
@ -1517,8 +1515,6 @@ fn get_applied_status(
|
||||
.map(|branch| (branch.id, vec![]))
|
||||
.collect();
|
||||
|
||||
dbg!(&hunks_by_filepath);
|
||||
|
||||
for branch in &mut virtual_branches {
|
||||
if !branch.applied {
|
||||
bail!("branch {} is not applied", branch.name);
|
||||
|
Loading…
Reference in New Issue
Block a user