From 5676438aff87791c4dcbc38349f6701aa35655df Mon Sep 17 00:00:00 2001 From: bensaine Date: Wed, 9 Feb 2022 20:31:35 -0500 Subject: [PATCH] Update action_handler_item.cpp --- ryzom/client/src/interface_v3/action_handler_item.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ryzom/client/src/interface_v3/action_handler_item.cpp b/ryzom/client/src/interface_v3/action_handler_item.cpp index 2e55531fe..171c2b5a4 100644 --- a/ryzom/client/src/interface_v3/action_handler_item.cpp +++ b/ryzom/client/src/interface_v3/action_handler_item.cpp @@ -2468,7 +2468,6 @@ class CHandlerUseHotbarItem : public IActionHandler { CInterfaceManager *pIM = CInterfaceManager::getInstance(); - pIM->displaySystemInfo("use item: " + getParam(sParams, "slot") + " " + sParams); sint64 slot; if (!CInterfaceExpr::evalAsInt(getParam(sParams, "slot"), slot)) {