2
0
Эх сурвалжийг харах

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

Ivan Savenko 2 жил өмнө
parent
commit
9168a1150f

+ 0 - 5
client/CServerHandler.cpp

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