1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 16:24:02 +00:00

(qt) Comment out debug message

This commit is contained in:
Daniel Lee 2010-06-04 01:41:47 +00:00
parent 832d055ab3
commit 16dc284185

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 );