Skip to content

Commit

Permalink
fix/test/ Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolnetto committed Feb 13, 2022
1 parent 003983c commit 2b427eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data-structures/graph/__test__/Graph.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -827,8 +827,6 @@ describe('Graph', () => {
// Add edges
graph_.addEdges(createEdges(edge_vertices));

console.log(graph_.allPaths(A, D))

expect(graph_.allPaths(A, D)).toStrictEqual([
[0, 1, 2, 3],
[0, 1, 2, 4, 1, 2, 3],
Expand Down

0 comments on commit 2b427eb

Please sign in to comment.