Skip to content

Commit

Permalink
fix(tui): Correct some log messages causing stderr spam
Browse files Browse the repository at this point in the history
  • Loading branch information
ja-he committed Jul 1, 2024
1 parent 5be0d02 commit 1e03ae5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion internal/control/cli/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ func NewController(
} else {
tuiLogger.Info().Str("file", backlogFilePath).Msg("successfully read backlog")
}
tuiLogger.Debug().Interface("backlog", backlog).Msg("backlog")

tasksWidth := 40
toolsWidth := func() int {
Expand Down
1 change: 0 additions & 1 deletion internal/control/edit/editors/composite_editor.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ func ConstructEditor(id string, obj any, extraSpec map[string]any, parentEditor
editspec := dpedit{
ID: parts[0],
}
log.Trace().Interface("dpedit", editspec).Msgf("have editspec")
if len(parts) == 2 {
switch parts[1] {
case "ignore":
Expand Down

0 comments on commit 1e03ae5

Please sign in to comment.