diff --git a/app/.index.html.kate-swp b/app/.index.html.kate-swp
deleted file mode 100644
index c604064..0000000
Binary files a/app/.index.html.kate-swp and /dev/null differ
diff --git a/app/index.html b/app/index.html
index 7731f35..6564e27 100644
--- a/app/index.html
+++ b/app/index.html
@@ -290,19 +290,8 @@
const host_file_cache_path = app_config.host_file_cache_path; //'file_cache/';
//const host_file_cache_check_period = app_config.host_file_cache_check_period; //30000; // 30 seconds
-
let idb_tables_have_records = false;
- // Development variables:
- //let account_id = 12;
- //let event_id = 14;
- //let event_location_id = 13;
- //let event_session_id = 827;
- //let event_presentation_id = 2002;
- //let event_presenter_id = 2539;
- //let event_file_id = 28;
-
-
var api_auth_loop = setInterval(function() {
if (typeof axios.defaults.headers.common['Authorization'] !== 'undefined'
&& axios.defaults.headers.common['Authorization'] != null) {