mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-30 18:18:44 -04:00
remove old commented out line of code
This commit is contained in:
parent
b96d8856d4
commit
11da122ec2
1 changed files with 0 additions and 1 deletions
|
@ -209,7 +209,6 @@ class Chrome:
|
|||
def __exit__(self, *args):
|
||||
self.logger.info("killing chrome pid {}".format(self.chrome_process.pid))
|
||||
os.killpg(self.chrome_process.pid, signal.SIGINT)
|
||||
# self.chrome_process.send_signal(signal.SIGINT)
|
||||
self.chrome_process.wait()
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue