зеркало из https://github.com/mozilla/fxa-archive.git
Remove verbose logging in sync_milestones.js
This commit is contained in:
Родитель
30c184d485
Коммит
f529cf95d4
|
@ -84,7 +84,7 @@ module.exports = {
|
|||
ours[theirMilestone.title] = ourMilestone
|
||||
delete ours[ourMilestone.title]
|
||||
}
|
||||
console.log("Updating '" + title + "' in " + repo.name, ourMilestone, theirMilestone)
|
||||
console.log("Updating '" + title + "' in " + repo.name)
|
||||
return gh.issues.updateMilestone({
|
||||
repo: repo.name,
|
||||
number: ourMilestone.number,
|
||||
|
|
Загрузка…
Ссылка в новой задаче