1
0
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:
John Maguire 2011-04-04 13:16:13 +00:00
parent ab363a54ea
commit 41ef30151a

View File

@ -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;