mirror of
https://github.com/benapetr/stikkit.git
synced 2025-04-26 13:01:08 -05:00
removed debug string
This commit is contained in:
parent
1321e7d73f
commit
0b9ef04179
@ -88,7 +88,6 @@ int main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
readBuffer.clear();
|
readBuffer.clear();
|
||||||
string post = "text=";
|
string post = "text=";
|
||||||
cerr << Stikkit::Configuration::Source << endl;
|
|
||||||
post += curl_easy_escape(curl, Stikkit::Configuration::Source.c_str(), Stikkit::Configuration::Source.length());
|
post += curl_easy_escape(curl, Stikkit::Configuration::Source.c_str(), Stikkit::Configuration::Source.length());
|
||||||
if (Stikkit::Configuration::Author.length() > 0)
|
if (Stikkit::Configuration::Author.length() > 0)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user