x1ongzhu před 2 roky
rodič
revize
6c88f2f980
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      upload.js

+ 0 - 1
upload.js

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