Remove debug output.

This commit is contained in:
John Maguire 2011-04-04 13:16:13 +00:00
parent ab363a54ea
commit 41ef30151a
1 changed files with 0 additions and 1 deletions

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;