Skip to content

Commit ee5e18b

Browse files
committed
clean
1 parent 771aff7 commit ee5e18b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Signature.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ public function createAuthorization( RequestInterface $request, $expires = '+30
9595
foreach ( $request->getHeaders() as $key => $value ) {
9696
$key = strtolower( urlencode( $key ) );
9797
$value = rawurlencode( $value[0] );
98-
// echo $key . "======" . $value . PHP_EOL;
9998
if ( !$this->options['signHost'] && $key == 'host' ) {
10099
continue;
101100
}

0 commit comments

Comments
 (0)