remove diagnostic printouts
This commit is contained in:
parent
d0effc50b1
commit
a697368297
@ -190,7 +190,6 @@ ReturnValue_t PdecConfig::createFirstWord(uint32_t* word) {
|
||||
return result;
|
||||
}
|
||||
*word |= static_cast<uint32_t>(positiveWindow);
|
||||
printf("Word 1: 0x%08x\n", *word);
|
||||
return returnvalue::OK;
|
||||
}
|
||||
|
||||
@ -206,7 +205,6 @@ ReturnValue_t PdecConfig::createSecondWord(uint32_t* word) {
|
||||
*word |= (static_cast<uint32_t>(negativeWindow) << 24);
|
||||
*word |= (HIGH_AU_MAP_ID << 16);
|
||||
*word |= (ENABLE_DERANDOMIZER << 8);
|
||||
printf("Word 2: 0x%08x\n", *word);
|
||||
return returnvalue::OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user