x1ongzhu %!s(int64=3) %!d(string=hai) anos
pai
achega
6c88f2f980
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      upload.js

+ 0 - 1
upload.js

@@ -30,7 +30,6 @@ class UploadCDNPlugin {
                         q.push(async cb => {
                             let relpath = path.relative(path.resolve(__dirname, 'dist'), file);
                             const result = await client.put(path.normalize(basePath + relpath), file);
-                            console.log(result);
                             cb();
                         });
                     }