Remove a line of old test code
This commit is contained in:
@@ -269,7 +269,6 @@ class HmacV1Auth(HmacKeyAuth):
|
||||
if val is None:
|
||||
subresources.append(key)
|
||||
else:
|
||||
print '{0}={1}'.format(key, val), key + '=' + val
|
||||
subresources.append(key + '=' + val)
|
||||
if subresources:
|
||||
resource += '?' + '&'.join(subresources)
|
||||
|
||||
Reference in New Issue
Block a user