diff --git a/code/modules/unit_tests/pills.dm b/code/modules/unit_tests/pills.dm index 631ba7e98473..c4efa5cfc424 100644 --- a/code/modules/unit_tests/pills.dm +++ b/code/modules/unit_tests/pills.dm @@ -8,6 +8,3 @@ human.Life() TEST_ASSERT(human.reagents.has_reagent(/datum/reagent/iron), "Human doesn't have iron after taking pill") - - TEST_NOTICE(src, "The pillbox sucks") - log_test("The pillbox is epic")