Hey Hazel,
Are you referring to the text that says "0 subcategories" in the module? That option in the module is not for that particular text. By enabling the option "Exclude Subcategories", the module would not include subcategories.
If you want to remove that text, you may edit the file /modules/mod_easydiscusscategories/tmpl/tree_item.php and remove the codes below:
[gist]
<li data-breadcrumb="ยท"><?php echo ED::themes()->getNouns('MOD_DISCUSSIONSCATEGORIES_SUBCATEGORIES_COUNT', $category->totalSubcategories, true);?></li>
[/gist]