removed upload info

This commit is contained in:
Gabriel Grubba
2023-06-06 11:13:45 -03:00
parent 50beea6245
commit f1bb0ea9f9

View File

@@ -826,7 +826,6 @@ exports.publishPackage = async function (options) {
}
await buildmessage.enterJob("uploading source", async function () {
console.log(uploadInfo);
await uploadFile(uploadInfo.uploadUrl, sourceBundleResult.sourceTarball);
});