Skip to content

clients: bulk removal of g_assert*() statements

Lubomir Rintel requested to merge lr/asserts into main

Assertions should be done in tests. If we detect an unexpected situation at runtime, we shall fail more gracefully than crashing right away.

Merge request reports