We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c579220 commit 1753af7Copy full SHA for 1753af7
remote_control/verify.py
@@ -33,7 +33,6 @@ def verify() -> GitAutograderOutput:
33
)
34
35
username = username.strip()
36
- print(username)
37
38
print(f"Create a repo called gitmastery-{username}-remote-control")
39
url = input("Enter the url of your remote repository: ")
0 commit comments