Clean up a stray comment in find_file
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 16 Sep 2017 17:48:19 +0000 (17:48 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 16 Sep 2017 17:48:19 +0000 (17:48 +0000)
commit8b41e885a5c34162b9ab6a124992d164e979e0d2
tree9d71743900759db1b202e2db084326c021842265
parent46907e473007b0ac74b3f235b3595b065d73a923
Clean up a stray comment in find_file

Remove a long-lived cruft comment line from the data.find_file()
function, obsoleted back when filename normalization was broken out
of the return line into some more explicit earlier calls (prior to
the initial archive import into Git).
mudpy/data.py