mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 08:26:39 +00:00
chore(debug): remove left-over debug print statement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user