mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
remove log call because it clutters test output
This commit is contained in:
parent
dd31f8ecea
commit
8a86de85c8
|
|
@ -95,8 +95,6 @@ func runTest(
|
|||
return nil
|
||||
}
|
||||
|
||||
logf("path: %s", paths.Root())
|
||||
|
||||
if err := prepareTestDir(test, paths, projectRootDir); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue