still further log cleanings

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2240 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2010-02-08 16:42:26 +00:00
parent 6f1e4623ab
commit 1c51a0faab
7 changed files with 68 additions and 52 deletions

View file

@ -60,7 +60,7 @@ void FileTransferInfoWidget::resizeEvent(QResizeEvent *event)
}
void FileTransferInfoWidget::updateDisplay()
{
std::cout << "In TaskGraphPainterWidget::updateDisplay()" << std::endl ;
//std::cout << "In TaskGraphPainterWidget::updateDisplay()" << std::endl ;
bool ok=true ;
FileInfo nfo ;
@ -70,7 +70,7 @@ void FileTransferInfoWidget::updateDisplay()
if(!rsFiles->FileDownloadChunksDetails(_file_hash, info))
ok = false ;
std::cout << "got details for file " << nfo.fname << std::endl ;
//std::cout << "got details for file " << nfo.fname << std::endl ;
pixmap = QPixmap(size());
pixmap.fill(this, 0, 0);