Comment-out debugging

This commit is contained in:
Ray Miller 2025-01-29 11:45:47 +00:00
parent 3560243e78
commit 0f09a25063

View file

@ -189,7 +189,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
(let ((memo (make-hash-table)))
(lambda (uri)
(let ((key (uri->string uri)))
(pk 'http-head-memoized key)
;;(pk 'http-head-memoized key)
(unless (hash-ref memo key #f)
(with-exception-handler
(lambda (e)