summaryrefslogtreecommitdiff
path: root/src/iter
diff options
context:
space:
mode:
Diffstat (limited to 'src/iter')
-rw-r--r--src/iter/iter_v2.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/iter/iter_v2.rs b/src/iter/iter_v2.rs
index 47fee79..d2054f9 100644
--- a/src/iter/iter_v2.rs
+++ b/src/iter/iter_v2.rs
@@ -81,7 +81,6 @@ pub fn generate(iter: &mut RRuleIter) {
}
if res >= options.dtstart {
- println!("Addint here");
iter.remain.push(res);
if let Some(count) = iter.ii.options.count {
@@ -118,15 +117,7 @@ pub fn generate(iter: &mut RRuleIter) {
return;
}
if res >= options.dtstart {
- println!("Addint here 2 with count: {:?}", iter.ii.options.count);
iter.remain.push(res);
- // let (add, continue_iterator) = iter_result.accept(&res);
- // if add {
- // iter.remain.push(res);
- // }
- // if !continue_iterator {
- // return;
- // }
if let Some(count) = iter.ii.options.count {
if count > 0 {