Skip to content

Commit

Permalink
fix(parser): remove redundant log and return from nuke command
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Jun 16, 2024
1 parent c43c4e7 commit 7147332
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/parser/internal/commands/nuke/nuke.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"strings"

"github.com/guregu/null"
"github.com/kr/pretty"
"github.com/lib/pq"
command_arguments "github.com/satont/twir/apps/parser/internal/command-arguments"
"github.com/satont/twir/apps/parser/internal/types"
Expand Down Expand Up @@ -54,9 +53,6 @@ var Command = &types.DefaultCommand{
}
}

pretty.Println(messages)
return nil, nil

if len(messages) == 0 {
return nil, nil
}
Expand Down

0 comments on commit 7147332

Please sign in to comment.