Skip to content

Commit

Permalink
Revert "Debugging"
Browse files Browse the repository at this point in the history
This reverts commit dcd2f90.
  • Loading branch information
JDGrimes committed Feb 7, 2015
1 parent 02042c2 commit 39cf261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-http-testcase.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ protected function get_cache_key( $request, $url ) {
}

$request = array_intersect_key( $request, self::$cache_request_fields );
var_dump( $url, $request, serialize( $request ), md5( serialize( $request ) . $url ) );

return md5( serialize( $request ) . $url );
}

Expand Down

0 comments on commit 39cf261

Please sign in to comment.