diff --git a/ford-fulkerson.html b/ford-fulkerson.html index d94f140..c0a7a14 100644 --- a/ford-fulkerson.html +++ b/ford-fulkerson.html @@ -221,7 +221,6 @@ function bfs(){ if(visitedVertex==otherVertex){ skip=true; break; - console.log("skipping"); } } if(!skip&&getResidualEdge(currentSearch[currentSearch.length-1],otherVertex)>0){