Skip to content
Snippets Groups Projects
Commit 549ee8c5 authored by Marco Filho's avatar Marco Filho
Browse files

Remove spurious debug printf

parent 5dfd02ae
No related branches found
No related tags found
1 merge request!7Major refactor
......@@ -38,7 +38,6 @@ asynStatus VMMTbl::readInt32(asynUser *pasynUser, epicsInt32 *value) {
if (function == vmmIsAcquiring_) {
result = this->pVmmAPI->isAcquiring(tmp_val_bool);
printf("Is acquiring: %d\n", tmp_val_bool);
*value = tmp_val_bool;
goto endOfReadInt32;
}
......
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