remove unused declaration

This commit is contained in:
Richard Harris
2019-02-01 06:04:43 -05:00
parent 2a635f92a9
commit 18d8e61ecb

View File

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