Skip to content

Commit 14e2ba0

Browse files
author
jerem
committed
fix(test): remove debug print
1 parent a2623d5 commit 14e2ba0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gitlab/resource_gitlab_instance_cluster_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ func testAccCheckGitlabInstanceClusterAttributes(cluster *gitlab.InstanceCluster
217217

218218
func testAccGitlabInstanceClusterConfig(rInt int, managed bool) string {
219219
m := fmt.Sprintf("%t", managed)
220-
fmt.Println(m)
221220

222221
return fmt.Sprintf(`
223222
variable "cert" {

0 commit comments

Comments
 (0)