From 0b9ef04179ce385586fe8b8fe2e93181689aa2fa Mon Sep 17 00:00:00 2001 From: Petr Bena Date: Sun, 25 May 2014 16:30:19 +0200 Subject: [PATCH] removed debug string --- stikkit/main.cpp | 1 - 1 file changed, 1 deletion(-) 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) {