From b6be8298f7d026661e21c855e8f3546d9b370aa0 Mon Sep 17 00:00:00 2001 From: Treeki Date: Sun, 14 Aug 2011 01:05:19 +0200 Subject: forgot to remove this debug code --- src/randtiles.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/randtiles.cpp b/src/randtiles.cpp index 34e2daf..f4853d4 100644 --- a/src/randtiles.cpp +++ b/src/randtiles.cpp @@ -25,12 +25,9 @@ public: } bool contains(const char *name) { - OSReport("NameList[%p] with %d names being compared against %s\n", this, count, name); for (int i = 0; i < count; i++) { - OSReport("Checking %s\n", getName(i)); if (strcmp(name, getName(i)) == 0) return true; - OSReport("Did not pass\n"); } return false; -- cgit v1.2.3