mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Remove debugging code I left in the last commit accidentally
This commit is contained in:
parent
d39c212336
commit
4345ea6602
1 changed files with 1 additions and 1 deletions
|
|
@ -813,7 +813,7 @@ class Window:
|
|||
except Exception:
|
||||
hostname = ''
|
||||
remote_hostname = purl.netloc.partition(':')[0]
|
||||
if True or remote_hostname and remote_hostname != hostname and remote_hostname != 'localhost':
|
||||
if remote_hostname and remote_hostname != hostname and remote_hostname != 'localhost':
|
||||
self.handle_remote_file(purl.netloc, unquote(purl.path))
|
||||
return
|
||||
url = urlunparse(purl._replace(netloc=''))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue