Skip to content

Commit

Permalink
fix: removed wearables list in stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
andsfonseca committed Mar 9, 2023
1 parent 3462a98 commit 2488f75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/services/DotaService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ std::string DotaService::getHeroName(Json::Value data)
if (data["wearables"].isNull())
return name;

std::cout << data["wearables"] << std::endl;

for (int i = 0;; i++)
{
std::string key = "wearable" + std::to_string(i);
Expand Down

0 comments on commit 2488f75

Please sign in to comment.