mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 01:35:54 +00:00
handle_rpc_json: silence exception handling
This commit is contained in:
@@ -1176,7 +1176,9 @@ function handle_rpc_json(transport, scheduled_call) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} catch (e) {
|
} 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;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user