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
1 changed files with 2 additions and 0 deletions

View File

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