Began working on context-sensitive dialogues
[butaba-adventures.git] / utility.py
index f452e7f..f115374 100644 (file)
@@ -15,8 +15,6 @@ def dialogue_play (screen, bgscreen, npc, responder_portrait=None,
 
        # get the conversation as a dictionary
        convtree = xml_to_dict (npc.dialogues[npc.currentdialog])
-       import pprint
-       pprint.pprint (convtree)
 
        scrwidth = screen.get_width ()
        scrheight = screen.get_height ()
@@ -36,7 +34,6 @@ def dialogue_play (screen, bgscreen, npc, responder_portrait=None,
                # a dialgoue ID of 0 always exits the conversation
                # return the unique response ID
                if dlg_id == "0":
-                       print current_resp
                        return current_resp
 
                # not reply mode