Getting rid of useless printing.
This commit is contained in:
		
					parent
					
						
							
								02648af3b3
							
						
					
				
			
			
				commit
				
					
						f2836e45e1
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -62,7 +62,7 @@ fn transpose_rev<T>(v: Vec<Vec<Option<T>>>) -> Vec<VecDeque<T>> { | ||||||
|         .max_by(|x, y| x.len().cmp(&y.len())) |         .max_by(|x, y| x.len().cmp(&y.len())) | ||||||
|         .unwrap_or_else(|| panic!("")) |         .unwrap_or_else(|| panic!("")) | ||||||
|         .len(); |         .len(); | ||||||
|     println!("{len}, {}", v[0].len()); | 
 | ||||||
|     let mut iters: Vec<_> = v.into_iter().map(|n| n.into_iter()).collect(); |     let mut iters: Vec<_> = v.into_iter().map(|n| n.into_iter()).collect(); | ||||||
|     (0..len) |     (0..len) | ||||||
|         .map(|_| { |         .map(|_| { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue