remove various debug prints

This commit is contained in:
Andre Puschmann 2018-03-29 13:44:42 +02:00
parent 477eebae2f
commit 3db9ddcd36
2 changed files with 1 additions and 3 deletions

View File

@ -124,7 +124,6 @@ uint8_t* sch_pdu::write_packet(srslte::log *log_h)
if (nof_subheaders <= 0 && nof_subheaders < (int)max_subheaders) { if (nof_subheaders <= 0 && nof_subheaders < (int)max_subheaders) {
log_h->error("Trying to write packet with invalid number of subheaders (nof_subheaders=%d).\n", nof_subheaders); log_h->error("Trying to write packet with invalid number of subheaders (nof_subheaders=%d).\n", nof_subheaders);
log_h->console("Trying to write packet with invalid number of subheaders (nof_subheaders=%d).\n", nof_subheaders);
return NULL; return NULL;
} }

View File

@ -484,8 +484,7 @@ int main(int argc, char *argv[])
plot_started = true; plot_started = true;
} }
} }
ue->print_pool(); sleep(1);
sleep(10);
} }
pthread_cancel(input); pthread_cancel(input);
metricshub.stop(); metricshub.stop();