Skip to content

Commit 42f4e83

Browse files
committed
Remove newly unnecessary comment
1 parent 8ca3d9a commit 42f4e83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tincan/remote_lrs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ def __init__(self, *args, **kwargs):
7676
and "password" in kwargs \
7777
and kwargs["password"] is not None \
7878
and "auth" not in kwargs:
79-
# The base64 encode tacks on a \n character to the string which needs to be removed.
8079
auth_string = "Basic " + base64.b64encode(unicode(kwargs["username"]) +
8180
":" +
8281
unicode(kwargs["password"]))

0 commit comments

Comments
 (0)