Skip to content

Commit cbfd20d

Browse files
committed
Remove print statements (doh!)
1 parent 3ddc4c6 commit cbfd20d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tmuxp/cli.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,6 @@ def scan_config(config, config_dir=None):
308308
is_name = False
309309
file_error = None
310310

311-
print('scan_config', config)
312-
313311
config = os.path.expanduser(config)
314312
# if purename, resolve to confg dir
315313
if is_pure_name(config):
@@ -705,7 +703,6 @@ def command_freeze(session_name, socket_name, socket_path, force):
705703
else:
706704
sys.exit('Unknown config format.')
707705

708-
print(newconfig)
709706
print(
710707
'---------------------------------------------------------------'
711708
'\n'
@@ -833,8 +830,6 @@ def command_load(
833830
load_workspace(cfg, **opt)
834831

835832
# todo: obey the -d in the cli args only if user specifies
836-
print(config)
837-
print(config[-1])
838833
load_workspace(config[-1], **tmux_options)
839834

840835

0 commit comments

Comments
 (0)