sn-evolution: Remove a debug message.
authorFlorian Forster <octo@leeloo.home.verplant.org>
Sat, 10 May 2008 09:01:05 +0000 (11:01 +0200)
committerFlorian Forster <octo@leeloo.home.verplant.org>
Sat, 10 May 2008 09:01:05 +0000 (11:01 +0200)
src/sn-evolution.c

index 7ba44df..946c6fb 100644 (file)
@@ -205,13 +205,7 @@ static int create_offspring (void)
   assert (SN_NETWORK_INPUT_NUM (n) == inputs_num);
 
   if (sn_bounded_random (0, 100) <= 1)
-  {
-    int status;
-
-    status = mutate_network (n);
-    if (status == 0)
-      printf ("Debug: Mutation successfull.\n");
-  }
+    mutate_network (n);
 
   sn_population_push (population, n);