@@ -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();
});
}