Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Singh <pranavsingh02@hotmail.com>
  • Loading branch information
theBeginner86 committed Jan 1, 2025
1 parent 397dae4 commit 9892d52
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions cmd/kanvas-snapshot/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,17 +221,6 @@ func GenerateSnapshot(contentID, assetLocation string, ghAccessToken string) err
return err
}
defer resp.Body.Close()
fmt.Println(resp.Status)

// read resp

bodyBytes, err := io.ReadAll(resp.Body)
if err != nil {
fmt.Println(err)
}
bodyString := string(bodyBytes)
fmt.Println(bodyString)


return nil
}
Expand Down

0 comments on commit 9892d52

Please sign in to comment.