Skip to content

Commit b11d522

Browse files
committed
chore: remove dup queit option setting
Signed-off-by: peefy <[email protected]>
1 parent 48a3e40 commit b11d522

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/options/run.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,6 @@ func (o *RunOptions) Run() error {
110110
err = releaseErr
111111
}
112112
}()
113-
if o.Quiet {
114-
cli.SetLogWriter(nil)
115-
}
116-
117113
result, err = cli.Run(
118114
client.WithRunSourceUrls(o.Entries),
119115
client.WithSettingFiles(o.Settings),

0 commit comments

Comments
 (0)