remove RECV

This commit is contained in:
HanzZ 2011-11-03 00:47:01 +01:00
parent 5482733ed4
commit 6da474b615

View file

@ -1838,7 +1838,6 @@ static int create_socket(char *host, int portno) {
}
static void transportDataReceived(gpointer data, gint source, PurpleInputCondition cond) {
std::cout << "RECV\n";
if (cond & PURPLE_INPUT_READ) {
char buffer[65535];
char *ptr = buffer;