From 5d8b8e0f39eab1366d28e4239cebb2ecc735de69 Mon Sep 17 00:00:00 2001 From: bonkmaykr Date: Mon, 29 Jan 2024 04:24:32 -0600 Subject: [PATCH] removing the warning thrown until I can figure out how the hell to do that properly --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index d6e2b9d..2c2021b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -832,8 +832,7 @@ void lookUpWorldName(std::string alias, char* buffer/*replies*/) { typeid((*key)["position"][1]).name() != "int" || typeid((*key)["position"][2]).name() != "int" || typeid((*key)["position"][3]).name() != "int") { - std::cout << "ERROR: expected type int when reading position. PLEASE CHECK your marks.json!!!\n"; - std::cout << typeid((*key)["position"][0]).name(); + //std::cout << "ERROR: expected type int when reading position. PLEASE CHECK your marks.json!!!\n"; } details.name = (*key)["name"].get();