diff --git a/src/devicechannel.vala b/src/devicechannel.vala index 7eb5dcd..0ba7b19 100644 --- a/src/devicechannel.vala +++ b/src/devicechannel.vala @@ -154,13 +154,8 @@ class DeviceChannel : Object { private async void _io_ready() { debug("check for IO"); - try { - debug("try read"); - this.receive.begin(); - - } catch (Error e) { - critical("error occurred: %d: %s", e.code, e.message); - } + debug("try read"); + this.receive.begin(); } private void handle_packet(Packet pkt) {