adjust logging

This commit is contained in:
Chris Lu
2020-03-30 13:03:43 -07:00
parent 50a5018b7f
commit c22094d340
2 changed files with 13 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ func (f *Filer) appendToFile(targetFile string, data []byte) error {
if err != nil {
return fmt.Errorf("upload data %s: %v", targetUrl, err)
}
println("uploaded to", targetUrl)
// println("uploaded to", targetUrl)
// find out existing entry
fullpath := util.FullPath(targetFile)