Skip to content

Commit f48f66c

Browse files
author
Matt Land
committed
remove print
1 parent 26c5341 commit f48f66c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

deploylambda/deploylambda.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def create_venv_zip(function_name, path, extra_path=''):
4141
src_dirs = next(os.walk(path + 'venv/src'))[1]
4242
for dir in src_dirs:
4343
extra_paths.append('venv/src/' + dir)
44-
print(extra_paths)
4544
function_name = function_name.replace('.py', '', 1)
4645
zippath = droppath + "../" + function_name + '.zip'
4746
if os.path.isfile(zippath):

0 commit comments

Comments
 (0)