mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-26 11:08:38 +03:00
Remove some logs
This commit is contained in:
parent
ed3294a692
commit
5c5bda651a
@ -21,7 +21,6 @@
|
||||
let snaphotLinesThreshold = project?.snapshot_lines_threshold || 20; // when undefined, the default is 20
|
||||
let allowForcePushing = project?.ok_with_force_push;
|
||||
let omitCertificateCheck = project?.omit_certificate_check;
|
||||
console.log(project);
|
||||
let useNewLocking = project?.use_new_locking || false;
|
||||
|
||||
const gitConfig = getContext(GitConfigService);
|
||||
@ -98,7 +97,6 @@
|
||||
}
|
||||
|
||||
async function setUseNewLocking(value: boolean) {
|
||||
console.log(value);
|
||||
project.use_new_locking = value;
|
||||
await projectService.updateProject(project);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user