chore(debug): remove left-over debug print statement

This commit is contained in:
2021-10-10 02:43:10 +01:00
parent b81e101ca7
commit 4c0eb37353

View File

@@ -204,7 +204,6 @@ func publishFileList(files []string) ([]string, error) {
sumFile := file + ".sha256"
_, err = os.Stat(sumFile)
fmt.Printf("err: %+v\n", err)
if err != nil {
if os.IsNotExist(err) {
continue