Skip to content

Commit

Permalink
Removed debug for the UDP event
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Board authored Feb 18, 2018
1 parent 99d418e commit bfa6b75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions DataDogStatsD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,7 @@ void DataDogStatsD::send(std::map<string, string> data, float sampleRate, string

void DataDogStatsD::event(DDEvent& ddEvent)
{
//cout << ddEvent.returnDDEventUDPString() << endl;
string udp_message = ddEvent.returnDDEventUDPString();
cout << udp_message << endl;
this->flush(udp_message);
}

Expand Down Expand Up @@ -533,4 +531,4 @@ DataDogStatsD::~DataDogStatsD()
delete this->http_event_thread;
this->http_event_thread = NULL;
}
}
}

0 comments on commit bfa6b75

Please sign in to comment.