From 16361af5c83aff01465ce8a91b78d1d10049f323 Mon Sep 17 00:00:00 2001 From: dylanbenzi Date: Tue, 28 Jul 2026 15:59:37 -0400 Subject: [PATCH] remove cache --- app/global.R | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/global.R b/app/global.R index 4e397ec..eb3e3ce 100644 --- a/app/global.R +++ b/app/global.R @@ -31,9 +31,6 @@ library(bsicons) APP_DIR <- getwd() -cache_dir <- file.path(APP_DIR, "cache") -cache_logfile <- file.path(APP_DIR, "cachelog") - source(file = "queries.R") useShinyjs()