summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/tt-rss.js b/tt-rss.js
index c88a08533..a4082bd8b 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -329,8 +329,6 @@ function init_second_stage() {
if (has_local_storage())
localStorage.clear();
- setTimeout("timeout()", 3000);
-
console.log("second stage ok");
} catch (e) {