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:
parent
832d055ab3
commit
16dc284185
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue