mirror of https://github.com/laurent22/joplin.git
Tools: Removed debugging code
parent
5b28f6b25f
commit
333aebf32c
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue