Commit e1f0bb31 authored by jan.koester's avatar jan.koester
Browse files

not more throw by error

parent 19b3230f
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -364,12 +364,8 @@ EVENTLOOP:
                }

            }catch (NetException& e) {
                if (e.getErrorType() == NetException::Critical) {
                    throw e;
                }else if(e.getErrorType() != NetException::Note){
                std::cerr << e.what() << std::endl;
            }
            }
            goto EVENTLOOP;
        }
    };