diff options
-rw-r--r-- | main.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go index be836c4..26b9a8a 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,6 @@ func main() { llog.Good("Calculate the forces acting") forces.CalcAllForces(starsSlice) - fmt.Printf("Done\n") llog.Good("Drawing the slice") draw.Slice(starsSlice, "out.png") |