Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Issues 54 - Removing 'Pairing code' msg from text
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan D'Orleans committed Jun 2, 2016
1 parent 45d4026 commit 2dc3f85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mycroft/skills/pairing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ def __display_pairing_code(self, event=None):
self.__display_pairing_code)
elif not self.displaying:
self.displaying = True
self.enclosure.mouth_text(
"Pairing code: " + self.client.pairing_code)
self.enclosure.mouth_text(self.client.pairing_code)

def __emit_paired(self, paired):
msg = Message('mycroft.paired', metadata={'paired': paired})
Expand Down

0 comments on commit 2dc3f85

Please sign in to comment.