diff --git a/src/generator.rs b/src/generator.rs index da00a595..443809b6 100644 --- a/src/generator.rs +++ b/src/generator.rs @@ -74,7 +74,6 @@ pub trait WitnessGenerator: 'static + Send + Sync { } /// A generator which runs once after a list of dependencies is present in the witness. -// TODO: Remove Debug. Here temporarily to debug generator issues. pub trait SimpleGenerator: 'static + Send + Sync { fn dependencies(&self) -> Vec;