remove old todo that is not relevant anymore

This commit is contained in:
Jordan Sissel 2013-01-02 00:30:07 -08:00
parent 03c7c76240
commit dedc1129b3

View file

@ -10,8 +10,6 @@ require "socket" # for Socket.gethostname
# * The '@message' of this event will be the entire stdout of the command
# as one event.
#
# TODO(sissel): Implement a 'split' filter so you can split output of this
# and other messages by newline, etc.
class LogStash::Inputs::Exec < LogStash::Inputs::Base
config_name "exec"