1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-03 13:21:56 +02:00

remove log call because it clutters test output

This commit is contained in:
Jesse Duffield 2023-04-15 14:42:18 +10:00
parent dd31f8ecea
commit 8a86de85c8

View File

@ -95,8 +95,6 @@ func runTest(
return nil
}
logf("path: %s", paths.Root())
if err := prepareTestDir(test, paths, projectRootDir); err != nil {
return err
}