瀏覽代碼

Remove catch-all that only blocks debugging (and Google Play reports)

Ivan Savenko 2 年之前
父節點
當前提交
9168a1150f
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      client/CServerHandler.cpp

+ 0 - 5
client/CServerHandler.cpp

@@ -887,11 +887,6 @@ void CServerHandler::threadHandleConnection()
 			}
 		}
 	}
-	catch(...)
-	{
-		handleException();
-		throw;
-	}
 }
 
 void CServerHandler::visitForLobby(CPackForLobby & lobbyPack)