remove console.logs
This commit is contained in:
@@ -79,8 +79,6 @@ async function getPublicLernaUpdatedPackagesAsync(): Promise<UpdatedPackage[]> {
|
||||
}
|
||||
|
||||
function updateVersionNumberIfNeeded(currentVersion: string, proposedNextVersion: string) {
|
||||
console.log('currentVersion', currentVersion);
|
||||
console.log('proposedNextVersion', proposedNextVersion);
|
||||
if (proposedNextVersion === currentVersion) {
|
||||
return utils.getNextPatchVersion(currentVersion);
|
||||
}
|
||||
|
Reference in New Issue
Block a user