dsoprea / PyInotify

An efficient and elegant inotify (Linux filesystem activity monitor) library for Python. Python 2 and 3 compatible.
GNU General Public License v2.0
245 stars 73 forks source link

Remove debug logging. #33

Closed supriyo-biswas closed 6 years ago

supriyo-biswas commented 7 years ago

This PR removes the debug logging has been removed in InotifyTrees.__load_trees() becuase join expects a str,

davidparsson commented 7 years ago

@supriyo-biswas, join actually already gets a str via the map function in the line you've removed. That change has however not yet made it to a released version.

dsoprea commented 6 years ago

This isn't required, and removing this will just make the remaining debug-logging incomplete. Feel free to argue the point.