Skip to content

Commit 0c220b3

Browse files
committed
Remove debugging comments from main.py
1 parent 1049632 commit 0c220b3

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

app/main.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33

44

55
def main():
6-
# You can use print statements as follows for debugging, they'll be visible when running tests.
7-
print("Logs from your program will appear here!", file=sys.stderr)
8-
9-
# Uncomment this block to pass the first stage
10-
116
command = sys.argv[1]
127
if command == "init":
138
os.mkdir(".git")

0 commit comments

Comments
 (0)