mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
buzzer: remove extraneous output from destructor
Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
This commit is contained in:
parent
6f19f28add
commit
063abf7163
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user