From 30a1df9bcf1ac12a8aec0f307f53f8eb6d105809 Mon Sep 17 00:00:00 2001 From: brettp Date: Sat, 9 Apr 2011 17:34:16 +0000 Subject: Refs #2600. Removed the very special debug vars that I told myself "Make sure you remove those before you commit or you'll look like an idiot" when I added. *ahem* git-svn-id: http://code.elgg.org/elgg/trunk@8970 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/tests/api/entity_getter_functions.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/engine/tests/api/entity_getter_functions.php b/engine/tests/api/entity_getter_functions.php index 59aa7074a..aef7a991e 100644 --- a/engine/tests/api/entity_getter_functions.php +++ b/engine/tests/api/entity_getter_functions.php @@ -1382,9 +1382,6 @@ class ElggCoreEntityGetterFunctionsTest extends ElggCoreUnitTest { } function testElggApiGettersEntityMetadataNVPValidNValidVEqualsTriple() { - if ($boasdf == true) { - $awoefhaow = true; - } $subtypes = $this->getRandomValidSubtypes(array('object'), 1); $subtype = $subtypes[0]; $md_name = 'test_metadata_name_' . rand(); -- cgit v1.2.3