diff --git a/stikkit/main.cpp b/stikkit/main.cpp index be9faa2..b4e3ce7 100644 --- a/stikkit/main.cpp +++ b/stikkit/main.cpp @@ -88,7 +88,6 @@ int main(int argc, char *argv[]) { readBuffer.clear(); string post = "text="; - cerr << Stikkit::Configuration::Source << endl; post += curl_easy_escape(curl, Stikkit::Configuration::Source.c_str(), Stikkit::Configuration::Source.length()); if (Stikkit::Configuration::Author.length() > 0) {