Skip to content

Commit 8df9a88

Browse files
committed
Removing debug output
1 parent cd54c23 commit 8df9a88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/credentials/role-credentials.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ func GetSavedRolesWithCredentials() (Roles, error) {
141141
return roles, err
142142
}
143143
for _, foundPath := range files {
144-
fmt.Println(foundPath)
145144
fileName := filepath.Base(foundPath)
146145
sessionName := filepath.Base(filepath.Dir(foundPath))
147146
contents, err := os.ReadFile(foundPath)

0 commit comments

Comments
 (0)