Skip to content

Commit

Permalink
Removed old code
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Exner (fexner) <[email protected]>
  • Loading branch information
nspielbau and fmauch authored Jan 7, 2025
1 parent 352e179 commit f99dec3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion catmux/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def _parse_common(self):
if "common" in self.__yaml_data and self.__yaml_data["common"]:
common = self.__yaml_data["common"]
if "before_commands" in common and common["before_commands"]:
# self._before_commands = common["before_commands"]
self._parse_before_commands(common["before_commands"])

if "default_window" in common and common["default_window"]:
Expand Down

0 comments on commit f99dec3

Please sign in to comment.