- rm debug code
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 18 Apr 2012 06:55:58 +0000 (06:55 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 18 Apr 2012 06:55:58 +0000 (06:55 +0000)
src/ats/gnunet-service-ats_addresses_mlp.c

index 7b5134517c9f8fe6a3670d8bde80da017eb9496f..f16832ecf0996c7b4bbf3cafe8c7a36e5dde3d62 100644 (file)
@@ -962,7 +962,7 @@ mlp_solve_mlp_problem (struct GAS_MLP_Handle *mlp, struct SolveContext *s_ctx)
   GNUNET_STATISTICS_set (mlp->stats,"# MLP execution time (ms)", duration.rel_value, GNUNET_NO);
   GNUNET_STATISTICS_set (mlp->stats,"# MLP execution time average (ms)",
                          mlp->mlp_total_duration / mlp->mlp_solved,  GNUNET_NO);
-GNUNET_break(0);
+
   /* Analyze problem status  */
   res = glp_mip_status(mlp->prob);
   switch (res) {