aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorFabian Oehlmann <oehlmann@in.tum.de>2013-11-19 16:38:25 +0000
committerFabian Oehlmann <oehlmann@in.tum.de>2013-11-19 16:38:25 +0000
commit52acb8f4435955e07aa7694e96a1ab732c9c730d (patch)
treec6931e45da676af526c8ed4b8bc4730f48e432c9 /src/ats
parent0d16a1d037dc3c4f16c41cde1594ae353833507c (diff)
downloadgnunet-52acb8f4435955e07aa7694e96a1ab732c9c730d.tar.gz
gnunet-52acb8f4435955e07aa7694e96a1ab732c9c730d.zip
removed debug statement
Diffstat (limited to 'src/ats')
-rwxr-xr-xsrc/ats/libgnunet_plugin_ats_ril.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ats/libgnunet_plugin_ats_ril.c b/src/ats/libgnunet_plugin_ats_ril.c
index d5621bbd4..bee3c846b 100755
--- a/src/ats/libgnunet_plugin_ats_ril.c
+++ b/src/ats/libgnunet_plugin_ats_ril.c
@@ -1147,10 +1147,6 @@ agent_step (struct RIL_Peer_Agent *agent)
1147 break; 1147 break;
1148 } 1148 }
1149 1149
1150 //TODO delete this, debug test, faulty actions are 1357
1151 a_next = 1;
1152 LOG(GNUNET_ERROR_TYPE_INFO, " a_next = %d\n", a_next);
1153
1154 GNUNET_assert(RIL_ACTION_INVALID != a_next); 1150 GNUNET_assert(RIL_ACTION_INVALID != a_next);
1155 1151
1156 agent_modify_eligibility (agent, RIL_E_ACCUMULATE); 1152 agent_modify_eligibility (agent, RIL_E_ACCUMULATE);