(qt) Comment out debug message

This commit is contained in:
Daniel Lee 2010-06-04 01:41:47 +00:00
parent 832d055ab3
commit 16dc284185
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ Options :: onAccepted( )
fileAdded, SLOT(executed(int64_t,const QString&, struct tr_benc*)));
}
std::cerr << tr_bencToStr(&top,TR_FMT_JSON,NULL) << std::endl;
//std::cerr << tr_bencToStr(&top,TR_FMT_JSON,NULL) << std::endl;
mySession.exec( &top );
tr_bencFree( &top );