デバッグ出力、鎮まり給え(#64)

This commit is contained in:
keita
2021-03-04 14:58:20 +09:00
parent 9742f20199
commit 7aca42a994
9 changed files with 7 additions and 24 deletions
-2
View File
@@ -6,8 +6,6 @@
#include <cocoatweet/exception/rateLimitException.h>
#include "nlohmann/json.hpp"
#include <iostream>
namespace CocoaTweet::API::Model {
Tweet Tweet::parse(const unsigned int _responseCode, const std::string& _json) {
auto j = nlohmann::json::parse(_json);