Remove output

This commit is contained in:
Jan Bader 2020-11-21 20:15:40 +01:00
parent d09c6858b6
commit efac6d266c

View File

@ -5,7 +5,6 @@ import (
"encoding/base64"
"encoding/json"
"flag"
"fmt"
"io"
"io/ioutil"
"os"
@ -33,7 +32,6 @@ func main() {
filesMap.Add(path, info)
return nil
})
fmt.Println(path)
}
}