デバッグ出力、鎮まり給え(#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
+1 -2
View File
@@ -1,5 +1,5 @@
#include <cocoatweet/api/favorite/destroy.h>
#include <iostream>
namespace CocoaTweet::API::Favorites {
Destroy::Destroy() {
contentType_ = "application/x-www-form-urlencoded";
@@ -12,7 +12,6 @@ void Destroy::id(const std::string& _id) {
void Destroy::process(std::weak_ptr<CocoaTweet::OAuth::OAuth1> _oauth) {
HttpPost::process(_oauth, [](const unsigned int _, const std::string& _srv) {
std::cout << _srv << std::endl;
});
}
} // namespace CocoaTweet::API::Favorites