term: fdm_shutdown(): remove debug output

This commit is contained in:
Daniel Eklöf 2019-10-30 20:28:21 +01:00
parent b7546abca9
commit 4ae22b72a1
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -550,7 +550,6 @@ fdm_shutdown(struct fdm *fdm, int fd, int events, void *data)
}
wayl->last_exit_value = term_destroy(term);
LOG_WARN("last-exit-value: %d", wayl->last_exit_value);
return true;
}