Suppression des print innutiles

This commit is contained in:
Benjamin
2022-03-20 15:32:45 +01:00
parent 52032b5676
commit ca9dd538e3
6 changed files with 4 additions and 22 deletions

View File

@@ -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)