mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-28 20:15:20 +03:00
rm extra console.log
This commit is contained in:
parent
c85ec7d62d
commit
2d23b2af16
@ -109,7 +109,6 @@ export class BranchStoresCache {
|
||||
|
||||
export async function listVirtualBranches(params: { projectId: string }): Promise<Branch[]> {
|
||||
const result = plainToInstance(Branch, await invoke<any[]>('list_virtual_branches', params));
|
||||
console.log(result);
|
||||
result.forEach((branch) => {
|
||||
branch.files.sort((a) => (a.conflicted ? -1 : 0));
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user