Skip to content

Commit 528dd77

Browse files
committed
remove logger msgs
1 parent 8d39a3e commit 528dd77

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tmuxp/config.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def import_tmuxinator(sconf):
272272

273273
if 'tabs' in sconf:
274274
sconf['windows'] = sconf.pop('tabs')
275-
logger.error(tmuxp_config)
275+
276276
if 'pre' in sconf and 'pre_window' in sconf:
277277
tmuxp_config['shell_command'] = sconf['pre']
278278

@@ -292,7 +292,7 @@ def import_tmuxinator(sconf):
292292
tmuxp_config['shell_command_before'].append(
293293
'rbenv shell %s' % sconf['rbenv']
294294
)
295-
logger.error(tmuxp_config)
295+
296296
for w in sconf['windows']:
297297
for k, v in w.items():
298298

@@ -317,7 +317,6 @@ def import_tmuxinator(sconf):
317317
if 'layout' in v:
318318
windowdict['layout'] = v['layout']
319319
tmuxp_config['windows'].append(windowdict)
320-
logger.error(tmuxp_config)
321320
return tmuxp_config
322321

323322
def import_teamocil(sconf):

0 commit comments

Comments
 (0)