mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-18 12:28:31 +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;
|
quint64 free_bytes = 0;
|
||||||
while (storage) {
|
while (storage) {
|
||||||
free_bytes += storage->FreeSpaceInBytes;
|
free_bytes += storage->FreeSpaceInBytes;
|
||||||
qDebug() << "Storage so far:" << free_bytes;
|
|
||||||
storage = storage->next;
|
storage = storage->next;
|
||||||
}
|
}
|
||||||
return free_bytes;
|
return free_bytes;
|
||||||
|
Loading…
Reference in New Issue
Block a user