about summary refs log tree commit diff
path: root/src/gen.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen.py')
-rwxr-xr-xsrc/gen.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gen.py b/src/gen.py
index 8f8b26f..242636d 100755
--- a/src/gen.py
+++ b/src/gen.py
@@ -90,5 +90,4 @@ gen_stars(1e6)
 
 # plot the stars coordinates in 2D space
 plt.scatter(listx, listy)
-# plt.plot(listx, listy)
 plt.show()