Skip to content

Commit

Permalink
removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mushie4282 authored Apr 20, 2024
1 parent 2a7a4e5 commit 6dc31da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def handle_text_intent(self, message):
except:
# in case the HAT is not responsive
self.speak_dialog("error.response")
self.speak("This is from S M S skill")

def stop(self):
"""Optional action to take when "stop" is requested by the user.
Expand Down

0 comments on commit 6dc31da

Please sign in to comment.