diff --git a/deploy/app.js b/deploy/app.js index 5041053..e37cd1a 100644 --- a/deploy/app.js +++ b/deploy/app.js @@ -298,8 +298,6 @@ document.getElementById('llmBtn').addEventListener('click', function() { compareBody.innerHTML = ''; compareStatus.textContent = '⏳ 0.0с'; - var llmStart = Date.now(); - var order = state.files.map(function(f) { return f.supp_id; }).filter(Boolean).join(','); var url = 'https://contracts.kube5s.ru/process-v2?contract_id=' + state.contractId + (order ? '&order=' + encodeURIComponent(order) : '');