removed debug logging
This commit is contained in:
		| @ -173,9 +173,6 @@ void TUI::updateTUI(list <Drive>* plistDrives, uint8_t u8SelectedEntry) | ||||
|  | ||||
|             uint16_t u16StartOffsetY = (2 * (u8Index)); | ||||
|  | ||||
|  | ||||
|             Logger::logThis()->info("Index: " + to_string(u8Index) + " Offset: " + to_string(u16StartOffsetY)); | ||||
|  | ||||
|             WINDOW * tmp = createEntryWindow( (int)(u16StdscrX *(float)(3.0/7.0) - 2), 2, 3, u16StartOffsetY + 2, (distance(plistDrives->begin(), it)+1), sModelFamily, sSerial, sCapacity, sState, sTime, sSpeed, sTemp, bSelectedEntry); | ||||
|             wrefresh(tmp); | ||||
|             u8Index++; | ||||
| @ -709,4 +706,4 @@ WINDOW* TUI::createSmartWarning(int iXSize, int iYSize, int iXStart, int iYStart | ||||
|             mvwaddstr(newWindow,u16Line++, (iXSize/2)-(sLine01.size()/2), sLineTmp.c_str()); | ||||
|         } | ||||
|     return newWindow; | ||||
| } | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user