Skip to content

Commit b9451ba

Browse files
committed
Stray print.
1 parent 552cacc commit b9451ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

oauth2/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,6 @@ def signing_base(self, request, consumer, token):
678678
if token:
679679
key += escape(token.secret)
680680
raw = '&'.join(sig)
681-
print key, raw
682681
return key, raw
683682

684683
def sign(self, request, consumer, token):

0 commit comments

Comments
 (0)