Skip to content

Commit 2dfb033

Browse files
committed
removed comment
1 parent f92f3fd commit 2dfb033

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/icon/UploadIcon/UploadIcon.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import (
1414
)
1515

1616
func main() {
17-
// Define the path to the JSON configuration file
1817
logger, _ := zap.NewDevelopment()
1918
clientIntegration, _ := jamfprointegration.BuildWithOAuth(
2019
"https://lbgsandbox.jamfcloud.com",
@@ -42,10 +41,10 @@ func main() {
4241

4342
client := jamfpro.Client{HTTP: libClient}
4443

45-
// Path to the icon file you want to upload
44+
// Client done
45+
4646
filePath := "/Users/joseph/github/go-api-sdk-jamfpro/examples/icon/UploadIcon/cat.png"
4747

48-
// Call the UploadIcon function
4948
uploadResponse, err := client.UploadIcon(filePath)
5049
if err != nil {
5150
fmt.Printf("Error uploading icon: %s\n", err)

0 commit comments

Comments
 (0)