unbreak tog build...
diff --git a/tog/tog.c b/tog/tog.c
index 5ca0f88..490cb45 100644
--- a/tog/tog.c
+++ b/tog/tog.c
@@ -1221,7 +1221,6 @@ draw_tree_entries(struct got_tree_entry **first_displayed_entry,
te = SIMPLEQ_FIRST(&entries->head);
if (*first_displayed_entry == NULL) {
- assert(!isroot);
if (selected == 0) {
wstandout(window);
*selected_entry = NULL;