From 8c67f6f04882b4d79676cdcf325d2d0793b8c359 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 2 Jul 2020 10:54:24 +0200 Subject: [PATCH] removed debug logging --- scm-ui/ui-components/src/remarkCommitLinksParser.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/scm-ui/ui-components/src/remarkCommitLinksParser.test.ts b/scm-ui/ui-components/src/remarkCommitLinksParser.test.ts index 9d54e3539a..a0af2aeee9 100644 --- a/scm-ui/ui-components/src/remarkCommitLinksParser.test.ts +++ b/scm-ui/ui-components/src/remarkCommitLinksParser.test.ts @@ -58,8 +58,6 @@ describe("Remark Commit Links RegEx Tests", () => { match = regExp.exec(text); } - console.log(matches) - expect(matches[0]).toBe("hitchhiker/heart-of-gold@42"); expect(matches[1]).toBe("hitchhiker/heart-of-gold@21"); });