The documentation at https://docs.blender.org/api/4.4/bpy.path.html#bpy.path.module_names points out that `bpy.path.module_names` returns `list[str]`, while it actually returns `list[tuple[str, str]]`. Besides fixing the documentation, this commit also removes a leftover debug print. Pull Request: https://projects.blender.org/blender/blender/pulls/136951