デバッグ出力、鎮まり給え(#64)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user