From ae4d539ab1dd6d67e45894c66141756a5caa6897 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 15 Feb 2024 00:21:21 -0800 Subject: [PATCH] too much spam --- src/face_crawler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/face_crawler.rs b/src/face_crawler.rs index 8224252..27df013 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) }