Skip to content

Commit

Permalink
drop spurious diff
Browse files Browse the repository at this point in the history
  • Loading branch information
dschuff committed Apr 20, 2017
1 parent 36fa09f commit d49cebb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions emrun
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ def main():
processname_killed_atexit = 'Safari'
elif 'chrome' in browser_exe.lower():
processname_killed_atexit = 'chrome'
browser_args = ['--incognito', '--enable-nacl', '--enable-pnacl', '--disable-restore-session-state', '--enable-webgl', '--no-default-browser-check', '--no-first-run', '--allow-file-access-from-files', '--user-data-dir=']
browser_args = ['--incognito', '--enable-nacl', '--enable-pnacl', '--disable-restore-session-state', '--enable-webgl', '--no-default-browser-check', '--no-first-run', '--allow-file-access-from-files']
# if options.no_server:
# browser_args += ['--disable-web-security']
elif 'firefox' in browser_exe.lower():
Expand All @@ -1411,9 +1411,6 @@ def main():
if processname_killed_atexit == 'firefox' and options.safe_firefox_profile and not options.no_browser:
profile_dir = create_emrun_safe_firefox_profile()
browser += ['-no-remote', '-profile', profile_dir.replace('\\', '/')]
if processname_killed_atexit == 'chrome' and options.safe_firefox_profile and not options.no_browser:
profile_dir = create_emrun_safe_firefox_profile()
browser += ['--user-data-dir=%s' % profile_dir.strip().replace('\\', '/')]

if options.system_info:
logi('Time of run: ' + time.strftime("%x %X"))
Expand Down

0 comments on commit d49cebb

Please sign in to comment.