1
0
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:
Peter Hatina 2014-11-05 18:08:23 +01:00
parent 6441a5d7e5
commit 7a5f10fe54

View File

@ -41,7 +41,9 @@ MTPDevice::MTPDevice():
m_root_dir(),
m_move_enabled(false)
{
StreamHelper::off();
LIBMTP_Init();
StreamHelper::on();
}
MTPDevice::~MTPDevice()