mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 03:15:44 -05:00
[libcalamares] Reduce logging in POD manipulation
This commit is contained in:
parent
296337d45d
commit
ad3c0de936
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ splitTZString( const QString& tz )
|
|||
QStringList tzParts = timezoneString.split( '/', SplitSkipEmptyParts );
|
||||
if ( tzParts.size() >= 2 )
|
||||
{
|
||||
cDebug() << "GeoIP reporting" << timezoneString;
|
||||
QString region = tzParts.takeFirst();
|
||||
QString zone = tzParts.join( '/' );
|
||||
return RegionZonePair( region, zone );
|
||||
|
|
Loading…
Add table
Reference in a new issue