From 18d8e61ecbffdb534bc80216a2b057bb734bb3f0 Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Fri, 1 Feb 2019 06:04:43 -0500 Subject: [PATCH] remove unused declaration --- src/api/export.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/api/export.ts b/src/api/export.ts index 5d80674..ed601e4 100644 --- a/src/api/export.ts +++ b/src/api/export.ts @@ -145,8 +145,6 @@ async function _export({ if (range === 2) { if (type === 'text/html' && pathname !== '/service-worker-index.html') { - const urls: URL[] = []; - const cleaned = clean_html(body); const q = yootils.queue(8);