File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
323322def import_teamocil (sconf ):
You can’t perform that action at this time.
0 commit comments