summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-20 01:31:20 +0300
committerAndrew Dolgov <[email protected]>2010-11-20 01:31:20 +0300
commitcd1bb36d5bd2d86c06770598df19317348a05ed0 (patch)
tree31021e954823ae1e2660939bb406659acf319203 /tt-rss.js
parented7f0ecd3722f7db259033c4aa676469bdbd37f5 (diff)
startup speed improvements
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) {