Skip to content

Commit 65d92b4

Browse files
committed
Removing debug code
1 parent 27d6a7b commit 65d92b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mopidy_spotmop/services/pusher/pusher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def open(self):
2424

2525
# send a message to the client with it's assigned details
2626
connectedMessage = '{"pusher": "true", "startup": "true", "details": '+ json_encode(self.details) +', "version": "'+self.version+'"}'
27-
logger.info( connectedMessage )
27+
self.write_message( connectedMessage )
2828
logger.debug( 'New Spotmop Pusher connection: '+ self.id )
2929

3030
def on_message(self, message):

0 commit comments

Comments
 (0)