too much spam

This commit is contained in:
Quaternions 2024-02-15 00:21:21 -08:00
parent 9de60a8e19
commit ae4d539ab1

View File

@ -114,6 +114,6 @@ pub fn crawl_fev<F:Copy,E:Copy+DirectedEdge,V:Copy>(mut fev:FEV<F,E,V>,mesh:&imp
} }
} }
//TODO: fix all bugs //TODO: fix all bugs
println!("Too many iterations! Using default behaviour instead of crashing..."); //println!("Too many iterations! Using default behaviour instead of crashing...");
CrawlResult::Miss(fev) CrawlResult::Miss(fev)
} }