mirror of
https://github.com/phatina/simple-mtpfs
synced 2025-01-12 18:01:17 +00:00
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
Block a user