Clean up a stray comment in find_file
[mudpy.git] / mudpy / data.py
index 77b2142..4c85915 100644 (file)
@@ -275,6 +275,4 @@ def find_file(
 
     # and normalize it last thing before returning
     file_name = os.path.realpath(file_name)
-
-    # normalize the resulting file path and hand it back
     return file_name