Skip to content

Commit c08602f

Browse files
committed
remove comments
1 parent 8c1fc80 commit c08602f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cmd/rootCmd.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66
"os"
77

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

1211
var rootCmd = &cobra.Command{

pkg/stream/parse.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ func ParseFile(filename string) error {
4545
err := json.Unmarshal([]byte(line), &data)
4646
if err != nil {
4747
// Skip this line if JSON is incomplete or malformed
48-
// fmt.Fprintf(os.Stderr, "Warning: could not parse JSON: %v\n", err)
4948
continue
5049
}
5150

0 commit comments

Comments
 (0)