diff options
author | Steve Moyer <smoyer1@selesy.com> | 2022-08-19 19:09:42 -0400 |
---|---|---|
committer | Steve Moyer <smoyer1@selesy.com> | 2022-08-19 19:09:42 -0400 |
commit | 2c2c449187557384fd1e5b9333e808451be86041 (patch) | |
tree | e055507a9f573b858a93c82f82aa11dfbae829f6 /commands | |
parent | 7a91eb7e1d20bf99ce4fa9d751c02b7b4d100d45 (diff) | |
download | git-bug-2c2c449187557384fd1e5b9333e808451be86041.tar.gz |
fix(850): remove obsolete test logging
Diffstat (limited to 'commands')
-rw-r--r-- | commands/ls_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/ls_test.go b/commands/ls_test.go index 6e31ed83..5759f9d0 100644 --- a/commands/ls_test.go +++ b/commands/ls_test.go @@ -77,7 +77,6 @@ $` env, _ := newTestEnvAndBug(t) require.NoError(t, runLs(env.env, opts, []string{})) - t.Log(env.out.String()) require.Regexp(t, testcase.exp, env.out.String()) }) } |