From 6dc31da64220fafe8168054df0dd42d9cc6a102c Mon Sep 17 00:00:00 2001 From: Michelle Tran <106356342+mushie4282@users.noreply.github.com> Date: Sat, 20 Apr 2024 14:12:08 -0700 Subject: [PATCH] removed debug statement --- src/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/__init__.py b/src/__init__.py index c894d80..e35e8b5 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -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.