about summary refs log tree commit diff
diff options
context:
space:
mode:
authoremile <hanemile@protonmail.com>2018-10-08 18:12:11 +0200
committeremile <hanemile@protonmail.com>2018-10-08 18:12:11 +0200
commit3217f42c1175ae0c984433d6b4f091c7990d620a (patch)
tree2a3d12623333f04a46e821f4981b6bbf3d095366
parent12f945784b008f4c2f5cb22d3b8a7e2b2cf3360f (diff)
formatting
-rw-r--r--main.go1
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")