Remove leftover debugging output.
Change-Id: Ifcc34224e7ee7703d8b7290e308dc4b116050a2a
This commit is contained in:
parent
652b39b9e1
commit
042314b440
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ bool VoiceFileCreator::createVoiceFile()
|
|||
m_targetid = info.targetID().toInt();
|
||||
m_versionstring = info.version();
|
||||
QString version = m_versionstring.left(m_versionstring.indexOf("-")).remove("r");
|
||||
qDebug() << m_versionstring;
|
||||
|
||||
//prepare download url
|
||||
QString genlang = SystemInfo::value(SystemInfo::GenlangUrl).toString();
|
||||
|
|
Loading…
Reference in a new issue