From 38b369d688f5579f9b5c312b386d921445b42b0b Mon Sep 17 00:00:00 2001 From: Balearica Date: Wed, 30 Oct 2024 20:35:55 -0700 Subject: [PATCH] Removed unused option --- js/containers/app.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/containers/app.js b/js/containers/app.js index 310e606..9059e86 100644 --- a/js/containers/app.js +++ b/js/containers/app.js @@ -13,8 +13,6 @@ export class opt { static ignoreExtra = false; - static autoDetectTables = false; - static confThreshHigh = 85; static confThreshMed = 75;