Skip to content

Commit 18f87cb

Browse files
committed
remove prints
1 parent 36e6180 commit 18f87cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

governance/third-generation/common-functions/tfconfig-functions/tfconfig-functions.sentinel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ filter_attribute_not_in_list = func(items, attr, allowed, prtmsg) {
330330
# Iterate over items
331331
for items as index, item {
332332
val = evaluate_attribute(item, attr) else null
333-
print("val:", val)
334333
# Check if the value is null
335334
if val is null {
336335
val = "null"
@@ -387,7 +386,6 @@ filter_attribute_in_list = func(items, attr, forbidden, prtmsg) {
387386
# Iterate over items
388387
for items as index, item {
389388
val = evaluate_attribute(item, attr) else null
390-
print("val:", val)
391389
# Check if the value is null
392390
if val is null {
393391
val = "null"

0 commit comments

Comments
 (0)