buzzer: remove extraneous output from destructor

Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
This commit is contained in:
Sarah Knepper 2015-01-20 14:33:02 -08:00
parent 6f19f28add
commit 063abf7163

View File

@ -46,6 +46,5 @@ int Buzzer::playSound (int note, int delay) {
Buzzer::~Buzzer() {
mraa_pwm_close(m_pwm_context);
std::cout << "executed mraa_pwm_close" << std::endl;
}