CComponentsScrollBar: remove unnecessary debug output

Origin commit data
------------------
Branch: ni/coolstream
Commit: 803253e3d4
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-02-22 (Wed, 22 Feb 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2017-02-22 20:47:12 +01:00
parent a8df61b3c1
commit 8a32ff690d

View File

@@ -165,9 +165,6 @@ void CComponentsScrollBar::initSegments()
y_seg += h_seg + append_y_offset; y_seg += h_seg + append_y_offset;
int id = sb_segments_obj->getCCItemId(item); int id = sb_segments_obj->getCCItemId(item);
if (sb_mark_id > id){
dprintf(DEBUG_NORMAL, "[CComponentsScrollBar] %s: sb_mark_id out of range current=%d allowed=%d\n", __func__, sb_mark_id, id);
}
//set color for marked id //set color for marked id
if (sb_mark_id == id){ if (sb_mark_id == id){