CC-3448: Cancel show shouldn't send "cancel show" msg to pypo anymore

-done
This commit is contained in:
Martin Konecny 2012-03-17 23:51:58 -04:00
parent 5a7a502d45
commit 22cc362f1c
5 changed files with 8 additions and 32 deletions

View file

@ -70,9 +70,6 @@ class PypoMessageHandler(Thread):
elif command == 'update_station_name':
self.logger.info("Updating station name...")
self.pypo_queue.put(message)
elif command == 'cancel_current_show':
self.logger.info("Cancel current show command received...")
self.pypo_queue.put(message)
elif command == 'switch_source':
self.logger.info("switch_source command received...")
self.pypo_queue.put(message)