Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmvrk committed Nov 7, 2024
1 parent 8c1fc80 commit c08602f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cmd/rootCmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"os"

"github.com/spf13/cobra"
// "github.com/github-technology-partners/gh-debug-cli/cmd/stream"
)

var rootCmd = &cobra.Command{
Expand Down
1 change: 0 additions & 1 deletion pkg/stream/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ func ParseFile(filename string) error {
err := json.Unmarshal([]byte(line), &data)
if err != nil {
// Skip this line if JSON is incomplete or malformed
// fmt.Fprintf(os.Stderr, "Warning: could not parse JSON: %v\n", err)
continue
}

Expand Down

0 comments on commit c08602f

Please sign in to comment.