remove message about checking for announcements

This commit is contained in:
Paul Davis
2013-04-08 12:00:19 -04:00
parent 0a20a850be
commit 22b3744fb8

View File

@@ -89,9 +89,6 @@ _pingback (void *arg)
char errbuf[CURL_ERROR_SIZE];
curl_easy_setopt (c, CURLOPT_ERRORBUFFER, errbuf);
//get announcements from our server
std::cerr << "Checking for Announcements from ardour.org ...\n";
string url;
#ifdef __APPLE__