]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blobdiff - music_sampler.py
Reduce memory
[perso/Immae/Projets/Python/MusicSampler.git] / music_sampler.py
index c17f7bff98d1764704ee542ef9a1004aa1151f8b..6fed26b05e8ddb5406c465b052a70eb9a5624f44 100644 (file)
@@ -78,9 +78,3 @@ while 1:
 
     pygame.display.flip()
     draw_lock.release()
-
-#### In Ipython ####
-# for thread in threading.enumerate():
-#     if thread.getName()[0:2] != "MS":
-#         continue
-#     thread.join()