Remove a line of old test code

This commit is contained in:
Garrett Holmstrom
2016-11-18 13:21:08 -08:00
parent 25f514736c
commit bbe79ace78

View File

@@ -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)