Skip to content

Commit 8f2f6aa

Browse files
committed
Remove debug code.
1 parent 95a4c52 commit 8f2f6aa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lambda_local/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
def main():
2121
args = parse_args()
2222

23-
print(args.version)
24-
return
25-
2623
p = Process(target=run, args=(args,))
2724
p.start()
2825
p.join()

0 commit comments

Comments
 (0)