Remove todo comment

* The logic works for me but not for all users.
* As it works for me its not fucked, its simply not flexible enough.
* Do not track TODOs in code unless its a code only issue.
This commit is contained in:
Markus Schirp 2014-09-16 17:17:08 +00:00
parent 82b80135b5
commit 39ff5b772b

View file

@ -30,8 +30,6 @@ module Mutant
# Return tests for mutation
#
# TODO: This logic is now centralized but still fucked.
#
# @return [Array<Test>]
#
# @api private