Skip to content

Commit 49469ff

Browse files
authored
removed unwanted print causing provider failure (IBM-Cloud#6483)
1 parent 1ee6f9c commit 49469ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ibm/service/iamidentity/data_source_ibm_iam_user_mfa_enrollments.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import (
1717
)
1818

1919
func DataSourceIBMIamUserMfaEnrollments() *schema.Resource {
20-
fmt.Println("Inside from local terrafrom binary")
2120
return &schema.Resource{
2221
ReadContext: dataSourceIBMIamUserMfaEnrollmentsRead,
2322

0 commit comments

Comments
 (0)