Skip to content

Commit

Permalink
remove-log
Browse files Browse the repository at this point in the history
  • Loading branch information
joshri committed Sep 15, 2022
1 parent abfca4a commit 75f2f84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/components/__tests__/AlertsTable.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ describe("AlertsTable", () => {
expect(
sourceLink.includes("type") && sourceLink.includes("GitRepository")
).toEqual(true);
console.log(sourceLink);
expect(sourceLink.includes("*")).toEqual(false);
const allNamespaces = {
apiVersion: "v1",
Expand Down

0 comments on commit 75f2f84

Please sign in to comment.