mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-23 14:24:47 -04:00
removed gui debug info
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-ImprovedGUI@6134 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ed831b069e
commit
130e7eb7d7
1 changed files with 0 additions and 6 deletions
|
@ -194,12 +194,6 @@ void xProgressBar::overPaintSelectedChunks(const std::vector<uint32_t>& chunks,c
|
|||
|
||||
painter->setBrush(linearGrad);
|
||||
|
||||
std::cerr << "painting chunks: " ;
|
||||
for(uint32_t i=0;i<chunks.size();++i)
|
||||
std::cerr << chunks[i] << " " ;
|
||||
std::cerr << std::endl;
|
||||
|
||||
|
||||
if(chunks.empty())
|
||||
return ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue