diff --git a/tt-rss.js b/tt-rss.js index 34dab4d3a..be3aca8e6 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -74,7 +74,7 @@ function refetch_callback() { notify("All feeds updated."); updateTitle(""); } else { - notify(""); + //notify(""); } } catch (e) { exception_error("refetch_callback", e);