Skip to content

Commit bfa6b75

Browse files
author
Chris Board
authored
Removed debug for the UDP event
1 parent 99d418e commit bfa6b75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

DataDogStatsD.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,7 @@ void DataDogStatsD::send(std::map<string, string> data, float sampleRate, string
248248

249249
void DataDogStatsD::event(DDEvent& ddEvent)
250250
{
251-
//cout << ddEvent.returnDDEventUDPString() << endl;
252251
string udp_message = ddEvent.returnDDEventUDPString();
253-
cout << udp_message << endl;
254252
this->flush(udp_message);
255253
}
256254

@@ -533,4 +531,4 @@ DataDogStatsD::~DataDogStatsD()
533531
delete this->http_event_thread;
534532
this->http_event_thread = NULL;
535533
}
536-
}
534+
}

0 commit comments

Comments
 (0)