From: Florian Forster Date: Sat, 10 May 2008 09:01:05 +0000 (+0200) Subject: sn-evolution: Remove a debug message. X-Git-Tag: v1.0.0~92^2~1 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=3d20efb01212f0a989d4162ba4a8fce897cca979;p=sort-networks.git sn-evolution: Remove a debug message. --- diff --git a/src/sn-evolution.c b/src/sn-evolution.c index 7ba44df..946c6fb 100644 --- a/src/sn-evolution.c +++ b/src/sn-evolution.c @@ -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);