diff --git a/src/face_crawler.rs b/src/face_crawler.rs index 8224252d..27df0135 100644 --- a/src/face_crawler.rs +++ b/src/face_crawler.rs @@ -114,6 +114,6 @@ pub fn crawl_fev(mut fev:FEV,mesh:&imp } } //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) }