Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
dev: remove function.log
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Oct 21, 2024
1 parent 8cad056 commit af0c0ce
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cmd/sst/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,6 @@ func CmdUI(c *cli.Cli) error {
if err != nil {
return err
}
if filter == "function" {
log, err := os.Create(".sst/log/function.log")
if err != nil {
return err
}
opts = append(opts, ui.WithLog(log))
}
u = ui.New(c.Context, opts...)
slog.Info("initialized ui")
if filter == "sst" || filter == "" {
Expand Down

0 comments on commit af0c0ce

Please sign in to comment.