Browse Source

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

Ivan Savenko 2 năm trước cách đây
mục cha
commit
9168a1150f
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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)