Remove println! for speed
This commit is contained in:
		
							parent
							
								
									cffd17dea0
								
							
						
					
					
						commit
						587b8a2671
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -44,7 +44,6 @@ fn model(_app: &App) -> Model { | |||
|         let curr_color = TRANS_FLAG[i as usize % TRANS_FLAG.len()]; | ||||
| 
 | ||||
|         let speed = (G * MASS_SUN as f64 / r).sqrt(); | ||||
|         println!("{}", speed); | ||||
| 
 | ||||
|         bodies.push(Body { | ||||
|             pos: (r * theta.cos(), r * theta.sin()).into(), | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue