Commit 60baf27b authored by jan.koester's avatar jan.koester
Browse files

code optimation

parent e1f0bb31
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -351,14 +351,10 @@ EVENTLOOP:
                        }
                    }catch(NetException& e){
                        switch(e.getErrorType()){
                            case NetException::Critical:
                                throw e;
                            case NetException::Note:
                                continue;
                            default:
                                std::cerr << e.what() << std::endl;
                                pollptr.CloseEventHandler(i,tid,args);
                                continue;
                                throw e;
                        }
                    }
                }