diff --git a/modules/base_plugins/brew_steps/__init__.py b/modules/base_plugins/brew_steps/__init__.py index d55ea820..4c9e39fe 100644 --- a/modules/base_plugins/brew_steps/__init__.py +++ b/modules/base_plugins/brew_steps/__init__.py @@ -57,11 +57,7 @@ def execute(self): # Check if timer finished and go to next step if self.is_timer_finished() == True: -<<<<<<< HEAD self.notify("Mash Step Completed!", "Starting the next step", timeout=None) -======= - self.notify("Step Completed!", "Starting the next step", timeout=None) ->>>>>>> 1c4e16e35839ec699a431a3840d7dfda9430c4cf self.next()