diff options
| -rw-r--r-- | src/randtiles.cpp | 3 | 
1 files changed, 0 insertions, 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;
 | 
