removed debug logging

This commit is contained in:
Sebastian Sdorra
2020-07-02 10:54:24 +02:00
parent c352f9a751
commit 8c67f6f048

View File

@@ -58,8 +58,6 @@ describe("Remark Commit Links RegEx Tests", () => {
match = regExp.exec(text); match = regExp.exec(text);
} }
console.log(matches)
expect(matches[0]).toBe("hitchhiker/heart-of-gold@42"); expect(matches[0]).toBe("hitchhiker/heart-of-gold@42");
expect(matches[1]).toBe("hitchhiker/heart-of-gold@21"); expect(matches[1]).toBe("hitchhiker/heart-of-gold@21");
}); });