Skip to content

Commit 1949092

Browse files
remove debug prints
1 parent 1f3438e commit 1949092

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

aws_lambda/aws_lambda.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,9 +710,7 @@ def read_cfg(path_to_config_file, profile_name):
710710
elif 'AWS_PROFILE' in os.environ:
711711
cfg['profile'] = os.environ['AWS_PROFILE']
712712
for key, val in cfg.items():
713-
print(key, "=", val)
714713
cfg[key] = get_environment_variable_value(val)
715-
print(key, ':', cfg[key])
716714

717715
return cfg
718716

0 commit comments

Comments
 (0)