Skip to content

Commit 3e5c4d1

Browse files
author
Jessie Moss
committed
Removing commented logic
1 parent 8a11151 commit 3e5c4d1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

bin/tflocal

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -463,12 +463,6 @@ def generate_remote_state_config() -> str:
463463

464464
# Generate config string
465465
config_options = ""
466-
# for key, value in sorted(configs.items()):
467-
# if isinstance(value, bool):
468-
# value = str(value).lower()
469-
# elif isinstance(value, (str, int, float)):
470-
# value = f'"{value}"'
471-
# config_options += f"\n {key} = {value}"
472466
for key, value in sorted(configs.items()):
473467
if isinstance(value, bool):
474468
value = str(value).lower()

0 commit comments

Comments
 (0)