remove various debug prints

master
Andre Puschmann 7 years ago
parent 477eebae2f
commit 3db9ddcd36

@ -124,7 +124,6 @@ uint8_t* sch_pdu::write_packet(srslte::log *log_h)
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->console("Trying to write packet with invalid number of subheaders (nof_subheaders=%d).\n", nof_subheaders);
return NULL;
}

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

Loading…
Cancel
Save