drop debug messages from LIBMTP_Init()
This commit is contained in:
parent
6441a5d7e5
commit
7a5f10fe54
|
@ -41,7 +41,9 @@ MTPDevice::MTPDevice():
|
|||
m_root_dir(),
|
||||
m_move_enabled(false)
|
||||
{
|
||||
StreamHelper::off();
|
||||
LIBMTP_Init();
|
||||
StreamHelper::on();
|
||||
}
|
||||
|
||||
MTPDevice::~MTPDevice()
|
||||
|
|
Loading…
Reference in New Issue