Removed additional debug output

This commit is contained in:
thorkill 2016-05-11 21:58:14 +02:00
parent 79621fd167
commit ca601087fc

View file

@ -251,7 +251,6 @@ static void check_reachability(void) {
if(n->status.sptps) {
sptps_t *s = &n->sptps;
if (s->handle) {
logger(DEBUG_ALWAYS, LOG_INFO, "Sptps active with: %s state: %d/%d", n->name, s->state, s->outstate);
sptps_stop(&n->sptps);
n->status.waitingforkey = false;
}