Remove startup message

master
Ryan Rix 2016-03-14 00:59:46 +00:00
parent e3cd669a70
commit fc202540cd
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ class Client:
self.rooms = {}
self.room_ids = []
self.join_room(room_id)
self.rooms[room_id].send_text("Started up, set to timebase.")
self.refresh_states()
return