summaryrefslogtreecommitdiff
path: root/src/heapbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/heapbar.cpp')
-rw-r--r--src/heapbar.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/heapbar.cpp b/src/heapbar.cpp
index 40fefe5..8fe756c 100644
--- a/src/heapbar.cpp
+++ b/src/heapbar.cpp
@@ -93,7 +93,6 @@ void cppProcessHeap(u32 freeSize, u32 heapSize, int heapID, char *name) {
// width: 686
- //OSReport("%s => size %d, free %d\n", name, heapSize, freeSize);
float left = 0;
float right = ((heapSize - freeSize) * 686.0f) / heapSize;