remove leftover debug prints

This commit is contained in:
Kovid Goyal
2025-07-20 21:45:36 +05:30
parent b980eb2726
commit 12c1b0cbdf
2 changed files with 0 additions and 2 deletions

View File

@@ -85,7 +85,6 @@ def completion(self: TestCompletion, tdir: str):
env['PATH'] = os.path.join(tdir, 'bin')
env['HOME'] = os.path.join(tdir, 'sub')
env['KITTY_CONFIG_DIRECTORY'] = os.path.join(tdir, 'sub')
print(1111111, all_argv)
cp = subprocess.run(
[kitten(), '__complete__', 'json'],
check=True, stdout=subprocess.PIPE, cwd=tdir, input=json.dumps(all_argv).encode(), env=env