mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-19 23:35:54 -04:00
remove old commented out line of code
This commit is contained in:
parent
b96d8856d4
commit
11da122ec2
@ -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…
x
Reference in New Issue
Block a user