aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/output_hub.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/output_hub.org')
-rw-r--r--org/output_hub.org4
1 files changed, 1 insertions, 3 deletions
diff --git a/org/output_hub.org b/org/output_hub.org
index 08d47fe..9731029 100644
--- a/org/output_hub.org
+++ b/org/output_hub.org
@@ -119,9 +119,7 @@ if (sched == outTask.html_stuff) {
#+name: output_shared_sqlite_db
#+BEGIN_SRC d
-if (doc_matters.opt.action.sqlite_insert
- || doc_matters.opt.action.sqlite_update
-) {
+if (doc_matters.opt.action.sqlite_update) {
msg.v("sqlite update processing...");
SQLiteHubBuildTablesAndPopulate!()(doc_abstraction, doc_matters);
msg.vv("sqlite update done");