post a dialog about a session being opened in read-only mode (if it happens)
[ardour.git] / gtk2_ardour / pingback.cc
index e3cf383e177ec2b0367701f5e1f53dda0b85dcf4..dea7f52f016286147060684162ffb1785541bbcb 100644 (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__