Tools: Removed debugging code

pull/2367/head
Laurent Cozic 2020-01-24 23:15:05 +00:00
parent 5b28f6b25f
commit 333aebf32c
1 changed files with 0 additions and 1 deletions

View File

@ -223,7 +223,6 @@ async function findFirstRelevantTag(baseTag) {
while (true) {
try {
const logs = await gitLog(tag);
console.info(logs);process.exit();
if (logs.length) return tag;
} catch (error) {
if (error.message.indexOf('unknown revision') >= 0) {