removed comment

This commit is contained in:
Corey Goldberg 2016-01-12 19:02:07 -05:00
parent 016292f19c
commit 177efe4492
1 changed files with 0 additions and 3 deletions

View File

@ -67,9 +67,6 @@ class Xvfb:
del os.environ['DISPLAY'] del os.environ['DISPLAY']
else: else:
self._set_display_var(self.orig_display) self._set_display_var(self.orig_display)
# TODO:
# fix leaking X displays.
# killing Xvfb process doesn't up the lock files (/tmp/.X*-lock)
if self.proc is not None: if self.proc is not None:
self.proc.terminate() self.proc.terminate()
self.proc.wait() self.proc.wait()