Skip to content
Snippets Groups Projects
Commit d2c8db63 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

removed some left-over couts

parent 957ce694
No related branches found
No related tags found
No related merge requests found
......@@ -88,11 +88,9 @@ public:
/** Override the Doocs auto_init() method, which is called after initialising the value of
* the property from the config file. */
void auto_init (void) {
std::cout << __PRETTY_FUNCTION__ << std::endl;
D_spectrum::auto_init();
// send the current value to the device
if (_processArray->isWriteable()){
std::cout << "write... " << _processArray->getName() << std::endl;
sendToDevice();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment