x1ongzhu пре 2 година
родитељ
комит
6c88f2f980
1 измењених фајлова са 0 додато и 1 уклоњено
  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();
                         });
                     }