Suppression des print innutiles
This commit is contained in:
@@ -43,7 +43,7 @@ func (rule SendFileRule) GetCmd() string {
|
||||
|
||||
// Execute the Rule with a string command.
|
||||
func (rule SendFileRule) Execute(data string) (*protocol.ProtocolWriterResult, func(reader *bufio.Reader) *protocol.ProtocolWriterResult) {
|
||||
println(0)
|
||||
|
||||
if rule.Match(data) { // TODO : cloture this command.
|
||||
values := rule.matcher.Parse(data)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user