From acb5f1f232b39a63dc88f9dd1bd6fdaf9bd7425b Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Mon, 8 Apr 2019 12:11:36 +0200
Subject: [PATCH] Removed debugging messages.

---
 src/runner.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/runner.c b/src/runner.c
index d645770f2b..a3c87d90d9 100644
--- a/src/runner.c
+++ b/src/runner.c
@@ -647,8 +647,6 @@ void runner_do_star_formation(struct runner *r, struct cell *c, int timer) {
             /* Did we get a star? (Or did we run out of spare ones?) */
             if (sp != NULL) {
 
-              message("Formed a star!!!");
-
               /* Copy the properties of the gas particle to the star particle */
               star_formation_copy_properties(p, xp, sp, e, sf_props, cosmo,
                                              with_cosmology);
-- 
GitLab