mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
removed upload info
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user