sohojoe commited on
Commit
187e31c
1 Parent(s): afc1e50

should not leave on debug text

Browse files
Files changed (1) hide show
  1. charles_actor.py +1 -1
charles_actor.py CHANGED
@@ -32,7 +32,7 @@ class CharlesActor:
32
  self._respond_to_prompt_actor = RespondToPromptActor.remote()
33
 
34
  self._debug_queue = [
35
- "hello, how are you today?",
36
  # "hmm, interesting, tell me more about that.",
37
  ]
38
  print("010")
 
32
  self._respond_to_prompt_actor = RespondToPromptActor.remote()
33
 
34
  self._debug_queue = [
35
+ # "hello, how are you today?",
36
  # "hmm, interesting, tell me more about that.",
37
  ]
38
  print("010")