summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tt-rss.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index a91c38414..6ba2f86ad 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -1176,7 +1176,9 @@ function handle_rpc_json(transport, scheduled_call) {
}
} catch (e) {
- exception_error("handle_rpc_json", e, transport);
+ notify_error("Error communicating with server.");
+ console.log(e);
+ //exception_error("handle_rpc_json", e, transport);
}
return true;