mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-17 20:09:50 +01:00
Remove debug output.
This commit is contained in:
parent
ab363a54ea
commit
41ef30151a
@ -310,7 +310,6 @@ quint64 MacDeviceLister::GetFreeSpace(const QUrl& url) {
|
||||
quint64 free_bytes = 0;
|
||||
while (storage) {
|
||||
free_bytes += storage->FreeSpaceInBytes;
|
||||
qDebug() << "Storage so far:" << free_bytes;
|
||||
storage = storage->next;
|
||||
}
|
||||
return free_bytes;
|
||||
|
Loading…
Reference in New Issue
Block a user